mirror of https://github.com/MISP/PyMISP
fix: import the openioc converter from tool again
parent
6eb807381d
commit
8c3f2e5ff8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue