diff --git a/src/caoscrawler/converters/__init__.py b/src/caoscrawler/converters/__init__.py
index 51d85605881915473dc35ed514ded2fcaf250343..3ec222334695a210f70396bf0f84b40bc270e4f7 100644
--- a/src/caoscrawler/converters/__init__.py
+++ b/src/caoscrawler/converters/__init__.py
@@ -23,7 +23,7 @@
 from .. import utils
 from .converters import *
 from .xml_converter import *
-from .zipfile import *
+from .zipfile_converter import ZipFileConverter
 
 try:
     from .spss import SPSSConverter
diff --git a/src/caoscrawler/converters/zipfile.py b/src/caoscrawler/converters/zipfile_converter.py
similarity index 100%
rename from src/caoscrawler/converters/zipfile.py
rename to src/caoscrawler/converters/zipfile_converter.py
diff --git a/unittests/test_zipfile_converter.py b/unittests/test_zipfile_converter.py
index 68020e4964e7bd2f6c44b2968f91421bcd406ef8..9bc8b8804e299387157869f0dc8b11a9c2a8c6f8 100644
--- a/unittests/test_zipfile_converter.py
+++ b/unittests/test_zipfile_converter.py
@@ -21,7 +21,7 @@
 #
 
 """
-test the XML converters
+test the zip-file converter
 """
 import importlib
 import os