decidedly.. NS3WraperDebug
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:37:57 +0000 (18:37 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:37:57 +0000 (18:37 +0200)
src/nepi/resources/ns3/ns3wrapper.py

index c275dcd..cea3afb 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 ns3wrapper_debug import NS3WrapperDebuger
         self._debuger = NS3WrapperDebuger(enabled = enable_dump)
 
     @property