diff --git a/__init__.py b/__init__.py
index 739066e133e7d7b59489cf3ff81ea5a5970e364a..c5beca3400171b1837362dff62195910aec466ea 100755
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
 # Following to access the subpackages main modules (or/and functions) directly wihout loops through the full subpackage path
 from .data_models import code_tables
 from .data_models import schemas
-from .read import main as read
+from mdf_reader.read import main as read
 __version__ = '1.1'