comparison gamelib/gui_base.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 86d83dcb7d42
comparison
equal deleted inserted replaced
38:7e18a67995f6 39:d82d3e54a4ef
1 import pygame 1 import pygame
2 from pygame.locals import * 2 from pygame import Surface, Rect
3 from pygame import Surface, Rect, Color
4 from pygame.font import Font 3 from pygame.font import Font
5 4
6 from gamelib import data 5 from gamelib import data
7 6
8 7