Oops - copypaste stupidity
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 26 Aug 2011 16:02:08 +0000 (18:02 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 26 Aug 2011 16:02:08 +0000 (18:02 +0200)
 Yep - there's a lot of it

src/nepi/testbeds/netns/execute.py

index 4d3ad05..0a2c93d 100644 (file)
@@ -12,7 +12,7 @@ class TestbedController(testbed_impl.TestbedController):
     from nepi.util.tunchannel_impl import TunChannel
     
     LOCAL_FACTORIES = {
-        'ns3::Nepi::TunChannel' : TunChannel,
+        'TunChannel' : TunChannel,
     }
     
     LOCAL_TYPES = tuple(LOCAL_FACTORIES.values())