diff pytouhou/game/bullet.py @ 158:7769ce7be03c

Minor cleanup
author Thibaut Girka <thib@sitedethib.com>
date Mon, 10 Oct 2011 18:56:13 +0200
parents ebfd328e700c
children 7e7368356445
line wrap: on
line diff
--- a/pytouhou/game/bullet.py
+++ b/pytouhou/game/bullet.py
@@ -12,7 +12,7 @@
 ## GNU General Public License for more details.
 ##
 
-from math import cos, sin, atan2, pi
+from math import cos, sin, atan2
 
 from pytouhou.utils.interpolator import Interpolator
 from pytouhou.vm.anmrunner import ANMRunner