/[circus]/circus/circus/circus.py
ViewVC logotype

Diff of /circus/circus/circus.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by tvon, Fri Nov 15 04:13:24 2002 UTC revision 1.8 by tvon, Fri Nov 15 04:28:28 2002 UTC
# Line 94  class Ringmaster: Line 94  class Ringmaster:
94    
95      def manage_events(self, event):      def manage_events(self, event):
96          if event.type in self.module_events:          if event.type in self.module_events:
97              print "Got the event, X.KeyPress"              print "Got the event:", event.type
98    
99              #self.module_events[event.type].handle_event(event)              #self.module_events[event.type].handle_event(event)
100    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26