diff --git a/pythonbindings/pyfluids/__init__.py b/pythonbindings/pyfluids/__init__.py
index 5b4197972c0a8738c551e57e635415e3858f53e6..acd2f2605bbba23b64ecb7882c25e369963c7dc1 100644
--- a/pythonbindings/pyfluids/__init__.py
+++ b/pythonbindings/pyfluids/__init__.py
@@ -31,28 +31,4 @@ r"""
 ! \ingroup pyfluids
 ! \author Henry Korb
 =======================================================================================
-"""
-try:
-    from . import basics
-except ImportError:
-    print("Basics bindings not included")
-try:
-    from . import logger
-except ImportError:
-    print("Logger bindings not included")
-try:
-    from . import lbm
-except ImportError:
-    print("LBM bindings not included")
-try:
-    from . import communicator
-except ImportError:
-    print("communicator bindings not included")
-try:
-    from . import gpu
-except ImportError:
-    print("GPU bindings not included")
-try:
-    from . import cpu
-except ImportError:
-    print("CPU bindings not included")
\ No newline at end of file
+"""
\ No newline at end of file