loxi-prep: remove import compatibility
diff --git a/src/python/oftest/__init__.py b/src/python/oftest/__init__.py
index 65a5648..9199b1a 100644
--- a/src/python/oftest/__init__.py
+++ b/src/python/oftest/__init__.py
@@ -8,9 +8,3 @@
 # Global DataPlane instance used by all tests.
 # Populated by oft.
 dataplane_instance = None
-
-# Alias of10 modules into oftest namespace for backwards compatbility
-import of10
-from of10 import *
-for modname in of10.__all__:
-    sys.modules["oftest." + modname] = sys.modules["of10." + modname]