comparison gamelib/animations.py @ 421:e65536ca215b

Remove unused imports.
author Simon Cross <hodgestar@gmail.com>
date Sat, 21 Nov 2009 15:24:56 +0000
parents 2d0ff46118e2
children
comparison
equal deleted inserted replaced
420:f20ccd43a282 421:e65536ca215b
1 """Animation Loops""" 1 """Animation Loops"""
2 2
3 from pgu.vid import Sprite 3 from pgu.vid import Sprite
4 4
5 import imagecache 5 import imagecache
6 from misc import Position
7 6
8 class Animation(Sprite): 7 class Animation(Sprite):
9 """Animation loop. 8 """Animation loop.
10 9
11 These are derived from sprites, since they behave similiary in most 10 These are derived from sprites, since they behave similiary in most