Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpcgames/gtkEvent.py
diff options
context:
space:
mode:
Diffstat (limited to 'olpcgames/gtkEvent.py')
-rw-r--r--[-rwxr-xr-x]olpcgames/gtkEvent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/olpcgames/gtkEvent.py b/olpcgames/gtkEvent.py
index 6b20102..f2258ce 100755..100644
--- a/olpcgames/gtkEvent.py
+++ b/olpcgames/gtkEvent.py
@@ -105,7 +105,6 @@ class Translator(object):
def do_expose_event(self, event, widget):
"""Handle exposure event (trigger redraw by gst)"""
log.info( 'Expose event: %s', event )
- from olpcgames import eventwrap
eventwrap.post( eventwrap.Event( eventwrap.pygame.VIDEOEXPOSE ))
return True
def do_resize_event( self, activity, event ):