diff options
Diffstat (limited to 'python/ndpi/__init__.py')
-rw-r--r-- | python/ndpi/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndpi/__init__.py b/python/ndpi/__init__.py index f6f5b9079..d97d9047f 100644 --- a/python/ndpi/__init__.py +++ b/python/ndpi/__init__.py @@ -13,7 +13,7 @@ If not, see <http://www.gnu.org/licenses/>. ------------------------------------------------------------------------------------------------------------------------ """ -from .ndpi import NDPI, NDPIFlow +from .ndpi import * __author__ = """Zied Aouini""" |