Merge pull request #157 from CenturyLinkCIRT/master

added csvimport to __init__.py
pull/124/merge
Alexandre Dulaunoy 2018-02-02 07:22:14 +01:00 committed by GitHub
commit 1908b5cdca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from . import _vmray
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport',
'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import']
'email_import', 'mispjson', 'openiocimport', 'threatanalyzer_import', 'csvimport']