comparison gamelib/gui_base.py @ 244:330a63dc176e

Remove unused import
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:43:09 +0200
parents 05afa7ae5df3
children 381fa22d217b
comparison
equal deleted inserted replaced
243:05afa7ae5df3 244:330a63dc176e
1 import pygame 1 import pygame
2 from pygame.locals import SRCALPHA 2 from pygame.locals import SRCALPHA
3 from pygame import Surface, Rect 3 from pygame import Surface, Rect
4 from pygame.font import Font 4 from pygame.font import Font
5 from pygame import image
6 5
7 from gamelib.data import filepath, load_image 6 from gamelib.data import filepath, load_image
8 7
9 8
10 # different font sizes 9 # different font sizes