lazy extractors: Output if it's enabled in the verbose log

This commit is contained in:
Jaime Marquínez Ferrándiz 2016-02-21 12:28:58 +01:00
parent 6b97ca96fc
commit e0986e31cf
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,9 @@ from __future__ import unicode_literals
try:
from .lazy_extractors import *
from .lazy_extractors import _ALL_CLASSES
_LAZY_LOADER = True
except ImportError:
_LAZY_LOADER = False
from .extractors import *
_ALL_CLASSES = [