Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--horse.py (renamed from game.py)0
-rw-r--r--run.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/horse.py
index 6e2d5f6..6e2d5f6 100644
--- a/game.py
+++ b/horse.py
diff --git a/run.py b/run.py
index 3329a3a..5498cf3 100644
--- a/run.py
+++ b/run.py
@@ -18,7 +18,7 @@ def main():
size = olpcgames.ACTIVITY.game_size
screen = pygame.display.set_mode(size)
clock = pygame.time.Clock()
- game = horse.game.Game()
+ game = horse.Game()
game.setup(screen)
running = True