Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-17 21:50:00 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-17 21:50:00 (GMT)
commit021286a764eed07e285c70da6e5ec9a9cbe71c7a (patch)
tree5b59bad3046ac0ddccd56815e33a9a7f0ab33d57
parent76c197a730a378b3ebb078ade1a08c519ccb5035 (diff)
adding logger
-rw-r--r--pippy_app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pippy_app.py b/pippy_app.py
index 442b98f..ac3d187 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -32,6 +32,9 @@ from activity import ViewSourceActivity
from sugar.activity.activity import ActivityToolbox, \
get_bundle_path, get_bundle_name
+#logging
+logger = logging.getLogger('Words')
+
SERVICE = "org.laptop.Words"
IFACE = SERVICE
PATH = "/org/laptop/Words"