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: services:
- redis-server - redis-server
cache: pip
python: python:
- "3.3" - "3.3"
- "3.4" - "3.4"

View File

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