diff gamelib/gui.py @ 39:d82d3e54a4ef

fixed more pep8 issues
author Rizmari Versfeld <rizziepit@gmail.com>
date Mon, 07 May 2012 00:26:55 +0200
parents 7e18a67995f6
children 38f41d046c6f
line wrap: on
line diff
--- a/gamelib/gui.py	Mon May 07 00:13:11 2012 +0200
+++ b/gamelib/gui.py	Mon May 07 00:26:55 2012 +0200
@@ -1,11 +1,7 @@
-import os
-
-import pygame
 from pygame import image
-from pygame.sprite import Sprite
 
 from gamelib import data
-from gamelib.gui_base import *
+from gamelib.gui_base import Drawable, TextButton
 
 
 class ImageDrawable(Drawable):