Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-11-12 21:30:33 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-11-12 21:30:33 (GMT)
commit024f7cdda1b1584bd66aca14dfc9b65ae9fec4a1 (patch)
tree3a310b650efe9f3b08e14672b4898bec6e07579b
parentb3039144e050555ad93c1ab18ae228b5b1970fb5 (diff)
Removed comment and fixed parameter doc
-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