Remove unused import.

This commit is contained in:
Bastian Kleineidam 2014-03-26 19:59:42 +01:00
parent 4bb31953ad
commit c2cf58560e

View file

@ -5,7 +5,7 @@
from re import compile, escape
from ..scraper import _BasicScraper
from ..helpers import indirectStarter
from ..util import tagre, urlopen
from ..util import tagre
class OctopusPie(_BasicScraper):