Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-19 05:30:35 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-19 05:30:35 (GMT)
commitb413592cfc961c7efb2624887f6fc2ead9ab672d (patch)
treefc5a9f4c006acfb13fe1df4a4f77d0148842b54b
parent4ddb2e00e77d96f816b107d1327cf15b66aa7815 (diff)
changing comments
-rw-r--r--activity.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index 753fe53..7ac3a88 100644
--- a/activity.py
+++ b/activity.py
@@ -1,4 +1,5 @@
# Copyright 2007 Collabora Ltd.
+# Copyright 2011-2012 rafael ortiz rafael@activitycentral.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,8 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-"""HelloMesh Activity: A case study for collaboration using Tubes."""
-"""Actividad HelloMesh: Un caso de estudio para colaboracion usando Tubos."""
+"""Stopwatch Activity"""
+"""Actividad Cronometro"""
import logging
import telepathy
@@ -36,7 +37,7 @@ import cPickle
SERVICE = "org.laptop.StopWatch"
class StopWatchActivity(Activity):
- """StopWatch Activity as specified in activity.info"""
+ """StopWatch Activity as specified in activity.info"""f
def __init__(self, handle):
"""Set up the StopWatch activity."""
Activity.__init__(self, handle)