Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'levels.py')
-rw-r--r--levels.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/levels.py b/levels.py
index 79bf675..77badae 100644
--- a/levels.py
+++ b/levels.py
@@ -19,14 +19,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+import gtk
import pygame
-
import os
-
import simplejson as json
-
from objects import *
-
from command import Play, Help, Quit
class SimulationView(object):