yet again, with NS3Wrapper
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:33:48 +0000 (18:33 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:33:48 +0000 (18:33 +0200)
src/nepi/resources/ns3/ns3server.py

index 0de1a87..ce6c895 100644 (file)
@@ -26,7 +26,7 @@ import sys
 
 from optparse import OptionParser, SUPPRESS_HELP
 
-from .ns3wrapper import NS3Wrapper
+from ns3wrapper import NS3Wrapper
 
 class NS3WrapperMessage:
     CREATE = "CREATE"