Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-02-24 23:51:21 (GMT)
committer Agustin Zubiaga <agustin@agustin-Inspiron-1525.(none)>2012-02-28 14:14:53 (GMT)
commit0b9d73bf07d2e030ca6b3efed9e56fc02e892530 (patch)
treed1545afecb81dad15394bf7a47563c77bf86550a /activity.py
parentb1f1b0732c44052068442c24dd819d1821b17e21 (diff)
Docstring for the stopwatch reader (Manu Q)
Signed-off-by: Agustin Zubiaga <agustin@agustin-Inspiron-1525.(none)>
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index f2896f2..45e1111 100644
--- a/activity.py
+++ b/activity.py
@@ -496,7 +496,7 @@ class SimpleGraph(activity.Activity):
if sharer:
_logger.debug('This is my activity: making a tube...')
- id = self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES].OfferDBusTube(
+ self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES].OfferDBusTube(
SERVICE, {})
else:
_logger.debug('I am joining an activity: waiting for a tube...')