From 024f7cdda1b1584bd66aca14dfc9b65ae9fec4a1 Mon Sep 17 00:00:00 2001 From: erick Date: Thu, 12 Nov 2009 21:30:33 +0000 Subject: Removed comment and fixed parameter doc --- diff --git a/tests/probetests.py b/tests/probetests.py index 977eda9..65782a3 100644 --- a/tests/probetests.py +++ b/tests/probetests.py @@ -409,7 +409,6 @@ class ProbeProxyTest(unittest.TestCase): def tearDown(self): dbus.SessionBus = old_SessionBus MockProxyObject._MockProxyObjects = {} - # TODO: Clean-Up the dbus session bus ??? def test_Alive(self): self.mockObj.MockRet["ping"] = "alive" diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py index 08c9651..076476c 100644 --- a/tutorius/TProbe.py +++ b/tutorius/TProbe.py @@ -43,7 +43,7 @@ class TProbe(dbus.service.Object): Create and register a TProbe for an activity. @param activity activity reference, must be a gtk container - @param service_proxy + @param service_proxy A Service proxy object to do the registering """ # Moving the ObjectStore assignment here, in the meantime # the reference to the activity shouldn't be share as a -- cgit v0.9.1