Fix imports and restrict available legacy imports

This commit is contained in:
Philipp Hagemeister 2013-06-23 22:38:59 +02:00
parent f9c6cbf002
commit c59b4aaeef
2 changed files with 58 additions and 57 deletions

View file

@ -1,3 +1,3 @@
from .extractor.common import InfoExtractor, SearchInfoExtractor
from .extractor import *
from .extractor import gen_extractors, get_info_extractor