fix: import the openioc converter from tool again

pull/112/head
Raphaël Vinot 2017-09-20 11:24:51 +01:00
parent 6eb807381d
commit 8c3f2e5ff8
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ try:
from .tools import AbstractMISPObjectGenerator # noqa
from .tools import Neo4j # noqa
from .tools import stix # noqa
from .tools import openioc # noqa
except ImportError:
pass