Debian Automated Code Analysis

pyflakes analysis of bouncy_0.6.20071104-3_all.deb

./usr/share/games/bouncy/showobj.py:7: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/showobj.py:8: 'from pygame.constants import *' used; unable to detect undefined names
./usr/share/games/bouncy/showobj.py:9: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/showobj.py:10: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/showobj.py:13: 'from objloader import *' used; unable to detect undefined names
./usr/share/games/bouncy/collide.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/collide.py:4: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/rabbit.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/rabbit.py:4: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/objects.py:1: 'sys' imported but unused
./usr/share/games/bouncy/objects.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/objects.py:4: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/ui.py:2: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/ui.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/ui.py:4: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/ui.py:5: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/textures.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:6: 'operator' imported but unused
./usr/share/games/bouncy/game.py:7: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:8: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:9: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:10: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:18: 'from map import *' used; unable to detect undefined names
./usr/share/games/bouncy/game.py:20: 'euclid' imported but unused
./usr/share/games/bouncy/game.py:25: local variable 'hx' is assigned to but never used
./usr/share/games/bouncy/game.py:26: local variable 'hy' is assigned to but never used
./usr/share/games/bouncy/game.py:59: local variable 'r' is assigned to but never used
./usr/share/games/bouncy/game.py:167: local variable 'ts' is assigned to but never used
./usr/share/games/bouncy/leveledit.py:3: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/leveledit.py:4: 'from pygame.constants import *' used; unable to detect undefined names
./usr/share/games/bouncy/leveledit.py:6: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/leveledit.py:7: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/leveledit.py:8: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/leveledit.py:194: local variable 'rotation' is assigned to but never used
./usr/share/games/bouncy/leveledit.py:203: local variable 'ts' is assigned to but never used
./usr/share/games/bouncy/leveledit.py:204: local variable 'turn' is assigned to but never used
./usr/share/games/bouncy/leveledit.py:313: local variable 'hover' is assigned to but never used
./usr/share/games/bouncy/leveledit.py:389: local variable 'ts' is assigned to but never used
./usr/share/games/bouncy/astar.py:5: 'time' imported but unused
./usr/share/games/bouncy/astar.py:6: 'objects' imported but unused
./usr/share/games/bouncy/astar.py:6: 'euclid' imported but unused
./usr/share/games/bouncy/map.py:1: 'time' imported but unused
./usr/share/games/bouncy/map.py:1: 'os' imported but unused
./usr/share/games/bouncy/map.py:1: 'math' imported but unused
./usr/share/games/bouncy/map.py:3: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/map.py:4: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/map.py:5: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/map.py:8: redefinition of unused 'collide' from line 7
./usr/share/games/bouncy/map.py:66: local variable 'c' is assigned to but never used
./usr/share/games/bouncy/map.py:186: local variable 'zpos' is assigned to but never used
./usr/share/games/bouncy/map.py:187: local variable 'rotate' is assigned to but never used
./usr/share/games/bouncy/map.py:197: local variable 'turn' is assigned to but never used
./usr/share/games/bouncy/map.py:289: local variable 'turn' is assigned to but never used
./usr/share/games/bouncy/shaders.py:1: 'from ctypes import *' used; unable to detect undefined names
./usr/share/games/bouncy/shaders.py:5: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/games/bouncy/shaders.py:15: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/shaders.py:16: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/games/bouncy/shaders.py:17: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/farmer.py:3: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/farmer.py:4: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/farmer.py:148: local variable 'old_pos' is assigned to but never used
./usr/share/games/bouncy/objloader.py:2: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/objloader.py:3: 'from OpenGL.GLUT import *' used; unable to detect undefined names
./usr/share/games/bouncy/pyglyph/__init__.py:9: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/pyglyph/font.py:13: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/games/bouncy/pyglyph/layout.py:6: 'from OpenGL.GL import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:13:13 +0000, based on results by pyflakes 0.4.0-1