Fix super call, totally wrong
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 10 May 2011 08:58:27 +0000 (10:58 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 10 May 2011 08:58:27 +0000 (10:58 +0200)
src/nepi/testbeds/planetlab/execute.py

index 7f3e305..47f0550 100644 (file)
@@ -147,7 +147,7 @@ class TestbedController(testbed_impl.TestbedController):
                 return iface.broadcast
 
         # if all else fails, query box
-        return self.get_address(guid, index, attribute)
+        return super(TestbedController, self).get_address(guid, index, attribute)
 
     def action(self, time, guid, action):
         raise NotImplementedError