changeset 140:51dba97bebe3 scratch

Fixup commit - for hook testing
author Neil Muller <drnlmuller@gmail.com>
date Mon, 12 Sep 2011 13:26:47 +0200
parents 61f5668f6bb2
children db8f116c1c36
files mamba/__main__.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/__main__.py	Mon Sep 12 13:22:11 2011 +0200
+++ b/mamba/__main__.py	Mon Sep 12 13:26:47 2011 +0200
@@ -1,6 +1,5 @@
 """Main module for the game"""
 
-import sys
 import os
 import pygame
 from pygame.locals import SWSURFACE
@@ -25,6 +24,3 @@
     # Placeholder to do something for some time
     import time
     time.sleep(2)
-
-
-