mirror of https://github.com/MISP/misp-modules
parent
42bc6f8d2b
commit
aa3e873845
4 changed files with 8 additions and 7 deletions
@ -1,3 +1,6 @@ |
||||
from . import _vmray # noqa |
||||
import os |
||||
import sys |
||||
sys.path.append('{}/lib'.format('/'.join((os.path.realpath(__file__)).split('/')[:-3]))) |
||||
|
||||
__all__ = ['vmray_import', 'ocr', 'cuckooimport', 'goamlimport', 'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import', 'csvimport'] |
||||
__all__ = ['vmray_import', 'ocr', 'cuckooimport', 'goamlimport', 'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import', 'csvimport', 'joe_import'] |
||||
|
Loading…
Reference in new issue