oops, extra 'dot' somehow got in the mix in import of NetNSWrapper
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:21:00 +0000 (18:21 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 12 Oct 2015 16:21:00 +0000 (18:21 +0200)
src/nepi/resources/netns/netnsserver.py

index f87a107..252b4af 100644 (file)
@@ -26,7 +26,7 @@ import sys
 
 from optparse import OptionParser, SUPPRESS_HELP
 
-from .netnswrapper import NetNSWrapper
+from netnswrapper import NetNSWrapper
 
 class NetNSWrapperMessage:
     CREATE = "CREATE"