Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/pippy/__init__.py')
-rw-r--r--library/pippy/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/pippy/__init__.py b/library/pippy/__init__.py
index 98d48d7..e5c88f1 100644
--- a/library/pippy/__init__.py
+++ b/library/pippy/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007,2008 One Laptop per Child Association, Inc.
+# Copyright (C) 2007,2008,2010 One Laptop per Child Association, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,12 +17,12 @@
"""Pippy standard library."""
import pippy.console as console
import pippy.game as pygame
-#import pippy.physics as physics
try:
import pippy.sound as sound
except ImportError:
- pass # this module fails to import on non-XOs.
+ pass # this module fails to import on non-XOs.
+
def wait(delay=0.1):
"""Pause briefly, for animations."""