Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-07-19 04:27:32 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-07-19 04:27:32 (GMT)
commit45a33c57b3e17770b0fc886b1a5b7ddd56b28a88 (patch)
treeb59c666dd1a96bba8b5e95448009e30cfd128b05 /TamTam.py
parent685535a66444b0fc9b99d302b182619c83feb854 (diff)
network
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TamTam.py b/TamTam.py
index 1a90c3c..a645c6b 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -186,10 +186,8 @@ class TamTam(Activity):
def onKeyPress(self, widget, event):
if Config.DEBUG > 5: print 'DEBUG: TamTam::onKeyPress in TamTam.py'
- print "hello"
if event.state == gtk.gdk.MOD1_MASK:
key = event.hardware_keycode
- print key
if key == 54: # j
self.set_mode("jam")
return