mirror of https://github.com/MISP/misp-modules
added csvimport to __init__.py
parent
90ca0cc3a9
commit
69d733bb35
|
@ -1,4 +1,4 @@
|
||||||
from . import _vmray
|
from . import _vmray
|
||||||
|
|
||||||
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport',
|
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport',
|
||||||
'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import']
|
'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import', 'csvimport']
|
||||||
|
|
Loading…
Reference in New Issue