added csvimport to __init__.py

pull/157/head
Thomas Gardner 2018-02-01 10:22:28 -07:00
parent 90ca0cc3a9
commit 69d733bb35
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']