Add email_import in the modules loaded by default

pull/86/merge
Raphaël Vinot 2017-01-06 19:23:23 -05:00
parent 93a49c3c1d
commit 7a9774bff7
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ language: python
services:
- redis-server
cache: pip
python:
- "3.3"
- "3.4"

View File

@ -1,3 +1,3 @@
from . import _vmray
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport']
__all__ = ['vmray_import', 'testimport', 'ocr', 'stiximport', 'cuckooimport', 'email_import']