Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/probetests.py1
-rw-r--r--tutorius/TProbe.py2
2 files changed, 1 insertions, 2 deletions
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