# HG changeset patch # User Neil Muller # Date 1315826807 -7200 # Node ID 51dba97bebe3cc348131e5e9e437ff4056490715 # Parent 61f5668f6bb2aead3e513c7f00a79f2268781241 Fixup commit - for hook testing diff -r 61f5668f6bb2 -r 51dba97bebe3 mamba/__main__.py --- 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) - - -