mirror of https://github.com/MISP/misp-modules
Add email_import in the modules loaded by default
parent
93a49c3c1d
commit
7a9774bff7
|
@ -3,6 +3,8 @@ language: python
|
|||
services:
|
||||
- redis-server
|
||||
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from . import _vmray
|
||||
|
||||
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport']
|
||||
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport', 'email_import']
|
||||
|
|
Loading…
Reference in New Issue