Remove unused import.

This commit is contained in:
Bastian Kleineidam 2013-11-07 21:22:49 +01:00
parent e7436d7d79
commit f74b18c2e5

View file

@ -2,7 +2,7 @@
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs # Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012-2013 Bastian Kleineidam # Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile, escape, MULTILINE, IGNORECASE, sub from re import compile, escape, IGNORECASE, sub
from os.path import splitext from os.path import splitext
from ..scraper import _BasicScraper from ..scraper import _BasicScraper
from ..helpers import indirectStarter, bounceStarter from ..helpers import indirectStarter, bounceStarter