From 062f2dfd309a095306763d064bc79b5c8d651694 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 17 Aug 2016 11:27:07 +0200 Subject: [PATCH] New modules added to __init__ --- misp_modules/modules/expansion/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misp_modules/modules/expansion/__init__.py b/misp_modules/modules/expansion/__init__.py index 79fabff..9d818d3 100644 --- a/misp_modules/modules/expansion/__init__.py +++ b/misp_modules/modules/expansion/__init__.py @@ -1,2 +1,2 @@ -__all__ = ['asn_history', 'circl_passivedns', 'circl_passivessl', 'cve', 'dns', - 'eupi', 'ipasn', 'passivetotal', 'sourcecache', 'whois'] +__all__ = ['asn_history', 'circl_passivedns', 'circl_passivessl', 'countrycode', 'cve', 'dns', + 'eupi', 'ipasn', 'passivetotal', 'sourcecache', 'virustotal', 'whois']