changeset 244:330a63dc176e

Remove unused import
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:43:09 +0200
parents 05afa7ae5df3
children c39599854a2d
files gamelib/gui_base.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/gui_base.py	Sun May 13 00:38:48 2012 +0200
+++ b/gamelib/gui_base.py	Sun May 13 00:43:09 2012 +0200
@@ -2,7 +2,6 @@
 from pygame.locals import SRCALPHA
 from pygame import Surface, Rect
 from pygame.font import Font
-from pygame import image
 
 from gamelib.data import filepath, load_image