import files that are relative to the source as nepi.full.path
[nepi.git] / src / nepi / resources / ns3 / ns3wrapper.py
index 9251006..a9a5e12 100644 (file)
@@ -130,7 +130,7 @@ class NS3Wrapper(object):
         self._allowed_types = None
 
         # Object to dump instructions to reproduce and debug experiment
-        from ns3wrapper_debug import NS3WrapperDebuger
+        from nepi.resources.ns3.ns3wrapper_debug import NS3WrapperDebuger
         self._debuger = NS3WrapperDebuger(enabled = enable_dump)
 
     @property