Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Gambiarra/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'Gambiarra/levels.py')
-rw-r--r--Gambiarra/levels.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gambiarra/levels.py b/Gambiarra/levels.py
index 27449b0..1fbc7d4 100644
--- a/Gambiarra/levels.py
+++ b/Gambiarra/levels.py
@@ -26,9 +26,9 @@ import os
import simplejson as json
-from objects import *
+from Gambiarra.objects import *
-from command import *
+from Gambiarra.command import Play, Help, Quit
class SimulationView(object):
""" This widget holds the objects being simulated. """