lazy extractors: Output if it's enabled in the verbose log
This commit is contained in:
parent
6b97ca96fc
commit
e0986e31cf
2 changed files with 5 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue