From 06aca4eec968acbaf0615c6d8688037ee875b02e Mon Sep 17 00:00:00 2001 From: Sakse Dalum Date: Tue, 7 Aug 2012 16:18:06 +0200 Subject: [PATCH] Now it works. --- robotgame.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robotgame.py b/robotgame.py index 145e314..dde222c 100755 --- a/robotgame.py +++ b/robotgame.py @@ -29,6 +29,7 @@ The main entrance point. from __future__ import print_function import sys +import os import pygame # Initialise all Pygame modules