Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2014-01-07 00:30:39 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2014-01-07 00:30:39 (GMT)
commitdfe7abb5c6bd406fc9cca86feb4c64acdcc95e4d (patch)
treeaaa807672af8aab6c8f85f0e61eb5745024d150f
parent495aec4afd1bb3d7c007e224993704d889b25de7 (diff)
better import styleHEADmaster
-rw-r--r--activity.py1
-rwxr-xr-xspacetag.py8
2 files changed, 6 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index 352a60b..b3247ba 100644
--- a/activity.py
+++ b/activity.py
@@ -2,7 +2,6 @@
import logging
import olpcgames
-import pygame
import gtk
from olpcgames import mesh
diff --git a/spacetag.py b/spacetag.py
index 409837a..03c7a64 100755
--- a/spacetag.py
+++ b/spacetag.py
@@ -8,8 +8,12 @@ subject "Space Tag". Remember, the object here is to learn, so stay focused,
and be safe out there.'''
-import math, random, pygame, logging, olpcgames
-from olpcgames import mesh, eventwrap
+import math
+import random
+import pygame
+import logging
+import olpcgames
+from olpcgames import mesh
from pygame.locals import *