fix: PyTaxonomies is not compatible with python<3.6

pull/430/head
Raphaël Vinot 2019-07-30 20:14:46 +02:00
parent 0198c87b3f
commit 9352062de3
1 changed files with 1 additions and 1 deletions

View File

@ -37,11 +37,11 @@ try:
from .tools import Neo4j # noqa
from .tools import stix # noqa
from .tools import openioc # noqa
from .tools import load_warninglists # noqa
from .tools import ext_lookups # noqa
if sys.version_info >= (3, 6):
from .aping import ExpandedPyMISP # noqa
from .tools import load_warninglists # noqa
# Let's not bother with old python
try:
from .tools import reportlab_generator # noqa