Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/pippy/game.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/pippy/game.py b/library/pippy/game.py
index c3f6f65..73bc5ca 100644
--- a/library/pippy/game.py
+++ b/library/pippy/game.py
@@ -32,10 +32,10 @@ def pause():
pygame.display.flip()
# SUSPEND
- try:
- open('/sys/power/state','w').write('mem')
- except: # XXX: couldn't suspend (no permissions?)
- pygame.event.post(pygame.event.wait())
+ # try:
+ # open('/sys/power/state','w').write('mem')
+ # except: # XXX: couldn't suspend (no permissions?)
+ # pygame.event.post(pygame.event.wait())
pygame.display.set_caption(caption, icon_caption)
screen.blit(old_screen, (0,0))