diff 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
line wrap: on
line diff
--- a/gamelib/animations.py	Sat Nov 21 15:24:43 2009 +0000
+++ b/gamelib/animations.py	Sat Nov 21 15:24:56 2009 +0000
@@ -3,7 +3,6 @@
 from pgu.vid import Sprite
 
 import imagecache
-from misc import Position
 
 class Animation(Sprite):
     """Animation loop.