Debian Automated Code Analysis

pyflakes analysis of fofix_3.121-2_all.deb

./usr/share/fofix/src/SongChoosingScene.py:28: 'Player' imported but unused
./usr/share/fofix/src/SongChoosingScene.py:32: 'pygame' imported but unused
./usr/share/fofix/src/SongChoosingScene.py:33: 'Choice' imported but unused
./usr/share/fofix/src/SongChoosingScene.py:33: 'Menu' imported but unused
./usr/share/fofix/src/SongChoosingScene.py:35: 'KeyListener' imported but unused
./usr/share/fofix/src/locale.py:28: 'from _locale import *' used; unable to detect undefined names
./usr/share/fofix/src/locale.py:367: redefinition of function 'setlocale' from line 68
./usr/share/fofix/src/locale.py:407: redefinition of function 'getpreferredencoding' from line 397
./usr/share/fofix/src/locale.py:412: redefinition of function 'getpreferredencoding' from line 407
./usr/share/fofix/src/FontTest.py:8: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/FontTest.py:9: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/FontTest.py:11: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/fofix/src/FontTest.py:13: 'os' imported but unused
./usr/share/fofix/src/FontTest.py:16: 'Texture' imported but unused
./usr/share/fofix/src/FontTest.py:173: local variable 'clock' is assigned to but never used
./usr/share/fofix/src/Collada.py:25: 'from xml.dom.minidom import *' used; unable to detect undefined names
./usr/share/fofix/src/Collada.py:26: 'from datetime import *' used; unable to detect undefined names
./usr/share/fofix/src/Collada.py:417: local variable 'sceneNodes' is assigned to but never used
./usr/share/fofix/src/Collada.py:1358: local variable 'writeTransform' is assigned to but never used
./usr/share/fofix/src/Collada.py:1359: local variable 'el' is assigned to but never used
./usr/share/fofix/src/Collada.py:3118: redefinition of function 'AppendChilds' from line 328
./usr/share/fofix/src/ViewTest.py:26: 'View' imported but unused
./usr/share/fofix/src/Video.py:25: 'sys' imported but unused
./usr/share/fofix/src/Video.py:26: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Video.py:27: 'from OpenGL.GL.ARB.multisample import *' used; unable to detect undefined names
./usr/share/fofix/src/Video.py:156: local variable 'e' is assigned to but never used
./usr/share/fofix/src/SvgTest.py:28: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/SvgTest.py:29: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Drum.py:31: 'Player' imported but unused
./usr/share/fofix/src/Drum.py:36: 'random' imported but unused
./usr/share/fofix/src/Drum.py:37: 'deepcopy' imported but unused
./usr/share/fofix/src/Drum.py:40: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Drum.py:42: 'array' imported but unused
./usr/share/fofix/src/Drum.py:42: 'float32' imported but unused
./usr/share/fofix/src/Drum.py:804: local variable 'beatsPerUnit' is assigned to but never used
./usr/share/fofix/src/Drum.py:864: local variable 'beatsPerUnit' is assigned to but never used
./usr/share/fofix/src/Drum.py:879: local variable 'notecol' is assigned to but never used
./usr/share/fofix/src/Drum.py:1161: local variable 'num' is assigned to but never used
./usr/share/fofix/src/Drum.py:1162: local variable 'enable' is assigned to but never used
./usr/share/fofix/src/Drum.py:1330: local variable 'num' is assigned to but never used
./usr/share/fofix/src/Drum.py:1331: local variable 'enable' is assigned to but never used
./usr/share/fofix/src/Drum.py:1776: local variable 'beatsPerUnit' is assigned to but never used
./usr/share/fofix/src/Drum.py:1780: local variable 'size' is assigned to but never used
./usr/share/fofix/src/Drum.py:2195: local variable 'beatsPerUnit' is assigned to but never used
./usr/share/fofix/src/Drum.py:2199: local variable 'size' is assigned to but never used
./usr/share/fofix/src/Drum.py:2352: local variable 'xlightning' is assigned to but never used
./usr/share/fofix/src/DrawingTest.py:22: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/DrawingTest.py:30: 'from pygame.locals import *' used; unable to detect undefined names
./usr/share/fofix/src/DrawingTest.py:60: local variable 'up' is assigned to but never used
./usr/share/fofix/src/DrawingTest.py:162: local variable 'clock' is assigned to but never used
./usr/share/fofix/src/Scorekeeper.py:32: 'os' imported but unused
./usr/share/fofix/src/Scorekeeper.py:168: local variable 'oldStar' is assigned to but never used
./usr/share/fofix/src/Vocalist.py:28: 'getNoteName' imported but unused
./usr/share/fofix/src/Vocalist.py:29: 'VocalPhrase' imported but unused
./usr/share/fofix/src/Vocalist.py:30: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Vocalist.py:48: local variable 'themename' is assigned to but never used
./usr/share/fofix/src/View.py:25: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/View.py:26: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Stage.py:27: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Stage.py:28: 'math' imported but unused
./usr/share/fofix/src/Stage.py:31: 'Theme' imported but unused
./usr/share/fofix/src/Stage.py:36: 'Version' imported but unused
./usr/share/fofix/src/Stage.py:85: local variable 'suffix' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:31: 'Player' imported but unused
./usr/share/fofix/src/GameResultsScene.py:35: 'Data' imported but unused
./usr/share/fofix/src/GameResultsScene.py:41: 'Config' imported but unused
./usr/share/fofix/src/GameResultsScene.py:47: redefinition of unused 'hashlib' from line 44
./usr/share/fofix/src/GameResultsScene.py:55: 'math' imported but unused
./usr/share/fofix/src/GameResultsScene.py:58: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/GameResultsScene.py:250: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:397: local variable 'ret' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:1227: local variable 'bigFont' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:1281: local variable 'bigFont' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:1321: local variable 'handicap' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:1322: local variable 'handicapLong' is assigned to but never used
./usr/share/fofix/src/GameResultsScene.py:1323: local variable 'originalScore' is assigned to but never used
./usr/share/fofix/src/Shader.py:23: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Shader.py:53: 'from OpenGL.GL.ARB.shader_objects import *' used; unable to detect undefined names
./usr/share/fofix/src/Shader.py:54: 'from OpenGL.GL.ARB.vertex_shader import *' used; unable to detect undefined names
./usr/share/fofix/src/Shader.py:55: 'from OpenGL.GL.ARB.fragment_shader import *' used; unable to detect undefined names
./usr/share/fofix/src/Shader.py:56: 'from OpenGL.GL.ARB.multitexture import *' used; unable to detect undefined names
./usr/share/fofix/src/Shader.py:57: 'from OpenGL.GL.EXT.texture3D import *' used; unable to detect undefined names
./usr/share/fofix/src/Lobby.py:25: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Lobby.py:38: 'Menu' imported but unused
./usr/share/fofix/src/Lobby.py:274: local variable 'i' is assigned to but never used
./usr/share/fofix/src/Lobby.py:434: local variable 'v' is assigned to but never used
./usr/share/fofix/src/Lobby.py:533: local variable 'd' is assigned to but never used
./usr/share/fofix/src/Credits.py:27: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Credits.py:28: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Credits.py:29: 'math' imported but unused
./usr/share/fofix/src/Credits.py:39: 'Song' imported but unused
./usr/share/fofix/src/Credits.py:44: 'Theme' imported but unused
./usr/share/fofix/src/Credits.py:116: local variable 'bf' is assigned to but never used
./usr/share/fofix/src/Credits.py:242: local variable 'bf' is assigned to but never used
./usr/share/fofix/src/Credits.py:356: local variable 't' is assigned to but never used
./usr/share/fofix/src/Credits.py:365: local variable 'font' is assigned to but never used
./usr/share/fofix/src/Scene.py:29: redefinition of unused 'Player' from line 23
./usr/share/fofix/src/Scene.py:29: 'Player' imported but unused
./usr/share/fofix/src/Scene.py:32: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Scene.py:33: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Scene.py:35: 'math' imported but unused
./usr/share/fofix/src/Scene.py:36: 'colorsys' imported but unused
./usr/share/fofix/src/Scene.py:37: 'pygame' imported but unused
./usr/share/fofix/src/Scene.py:276: local variable 'font' is assigned to but never used
./usr/share/fofix/src/Song.py:32: redefinition of unused 'Config' from line 27
./usr/share/fofix/src/Song.py:38: redefinition of unused 'hashlib' from line 35
./usr/share/fofix/src/Song.py:46: 'string' imported but unused
./usr/share/fofix/src/Song.py:56: redefinition of unused 'sqlite3' from line 52
./usr/share/fofix/src/Song.py:602: undefined name 'diff'
./usr/share/fofix/src/Song.py:627: undefined name 'diff'
./usr/share/fofix/src/Song.py:1658: local variable 'stars' is assigned to but never used
./usr/share/fofix/src/Song.py:1677: local variable 'index' is assigned to but never used
./usr/share/fofix/src/Song.py:1818: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Song.py:2055: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Song.py:2258: local variable 'timeBeforeTimeBeforeLast' is assigned to but never used
./usr/share/fofix/src/Song.py:3549: local variable 'soloSlop' is assigned to but never used
./usr/share/fofix/src/Song.py:3766: undefined name 'loadame'
./usr/share/fofix/src/Song.py:3767: undefined name 'pickle'
./usr/share/fofix/src/Song.py:3767: local variable 'self' is assigned to but never used
./usr/share/fofix/src/Song.py:3776: undefined name 'pickle'
./usr/share/fofix/src/Song.py:4474: local variable 'careerMode' is assigned to but never used
./usr/share/fofix/src/Song.py:4680: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Data.py:28: 'SvgContext' imported but unused
./usr/share/fofix/src/Data.py:29: redefinition of unused 'Texture' from line 27
./usr/share/fofix/src/Data.py:29: 'Texture' imported but unused
./usr/share/fofix/src/Data.py:38: 'sys' imported but unused
./usr/share/fofix/src/Data.py:95: local variable 'i' is assigned to but never used
./usr/share/fofix/src/Data.py:512: local variable 'soundPathData' is assigned to but never used
./usr/share/fofix/src/Data.py:523: local variable 'soundPathData' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:34: 'VocalNote' imported but unused
./usr/share/fofix/src/GuitarScene.py:34: 'Tempo' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER1ACTIONS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER3KEYS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER2KEYS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER3ACTIONS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER4ACTIONS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER4KEYS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER2ACTIONS' imported but unused
./usr/share/fofix/src/GuitarScene.py:39: 'CONTROLLER1KEYS' imported but unused
./usr/share/fofix/src/GuitarScene.py:40: 'CONTROLLER2DRUMS' imported but unused
./usr/share/fofix/src/GuitarScene.py:40: 'CONTROLLER3DRUMS' imported but unused
./usr/share/fofix/src/GuitarScene.py:40: 'CONTROLLER4DRUMS' imported but unused
./usr/share/fofix/src/GuitarScene.py:40: 'CONTROLLER1DRUMS' imported but unused
./usr/share/fofix/src/GuitarScene.py:42: 'Data' imported but unused
./usr/share/fofix/src/GuitarScene.py:44: 'View' imported but unused
./usr/share/fofix/src/GuitarScene.py:49: 'Rockmeter' imported but unused
./usr/share/fofix/src/GuitarScene.py:66: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/GuitarScene.py:805: local variable 'testJoy' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:891: local variable 'lastSoloNoteTime' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:893: local variable 'soloSlop' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:1417: local variable 'coOpTotalStreakNotes' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:1418: local variable 'coOpTotalNotes' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:1436: local variable 'stageMode' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:2389: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:3304: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:5130: local variable 'chordFudge' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:5174: local variable 'activeList' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:5732: local variable 'activeList' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:6263: local variable 'streakFlag' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:6276: local variable 'maxMult' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:7252: local variable 'multstreak' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:7953: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:7955: local variable 'scorepicheight' is assigned to but never used
./usr/share/fofix/src/GuitarScene.py:7982: local variable 'counterimgheight' is assigned to but never used
./usr/share/fofix/src/CerealizerTest.py:27: redefinition of unused 'hashlib' from line 24
./usr/share/fofix/src/CerealizerTest.py:31: 'urllib' imported but unused
./usr/share/fofix/src/World.py:27: 'Config' imported but unused
./usr/share/fofix/src/World.py:234: undefined name 'objects'
./usr/share/fofix/src/Editor.py:25: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Editor.py:26: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Editor.py:28: 'colorsys' imported but unused
./usr/share/fofix/src/Editor.py:33: 'PLAYER2KEYS' imported but unused
./usr/share/fofix/src/Editor.py:35: 'Choice' imported but unused
./usr/share/fofix/src/Editor.py:36: '_' imported but unused
./usr/share/fofix/src/Editor.py:601: local variable 'blockSize' is assigned to but never used
./usr/share/fofix/src/DummyAmanith.py:25: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/NetworkTest.py:25: 'time' imported but unused
./usr/share/fofix/src/Neck.py:25: 'Player' imported but unused
./usr/share/fofix/src/Neck.py:26: 'Tempo' imported but unused
./usr/share/fofix/src/Neck.py:29: 'deepcopy' imported but unused
./usr/share/fofix/src/Neck.py:32: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Neck.py:489: local variable 'neck' is assigned to but never used
./usr/share/fofix/src/Neck.py:636: local variable 'fret' is assigned to but never used
./usr/share/fofix/src/Neck.py:769: local variable 'v' is assigned to but never used
./usr/share/fofix/src/Neck.py:775: local variable 'c' is assigned to but never used
./usr/share/fofix/src/Neck.py:853: local variable 'f' is assigned to but never used
./usr/share/fofix/src/Menu.py:26: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Dialogs.py:32: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Dialogs.py:33: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Dialogs.py:53: 'Guitar' imported but unused
./usr/share/fofix/src/Dialogs.py:58: 'Drum' imported but unused
./usr/share/fofix/src/Dialogs.py:67: 'Settings' imported but unused
./usr/share/fofix/src/Dialogs.py:70: 'SvgContext' imported but unused
./usr/share/fofix/src/Dialogs.py:430: local variable 'themename' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:944: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:1656: local variable 't' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:1662: local variable 'r' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3481: local variable 'handicap' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3482: local variable 'handicapLong' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3483: local variable 'originalScore' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3589: local variable 'nuttin' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3702: local variable 'accepted' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3730: local variable 't' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3733: local variable 'r' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3802: local variable 'randomNeck' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3936: local variable 't' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:3939: local variable 'r' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:4260: local variable 't' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:4381: local variable 'accepted' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:4406: local variable 't' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:4409: local variable 'r' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:5508: local variable 'themename' is assigned to but never used
./usr/share/fofix/src/Dialogs.py:5585: local variable 'e' is assigned to but never used
./usr/share/fofix/src/ObjectTest.py:133: local variable 'o1' is assigned to but never used
./usr/share/fofix/src/ObjectTest.py:134: local variable 'o2' is assigned to but never used
./usr/share/fofix/src/Settings.py:37: 'Audio' imported but unused
./usr/share/fofix/src/Settings.py:234: undefined name 'value'
./usr/share/fofix/src/Settings.py:235: local variable 'value' is assigned to but never used
./usr/share/fofix/src/Settings.py:287: local variable 'temp' is assigned to but never used
./usr/share/fofix/src/Settings.py:1637: local variable 'players' is assigned to but never used
./usr/share/fofix/src/setup.py:24: 'sys' imported but unused
./usr/share/fofix/src/Engine.py:26: 'Network' imported but unused
./usr/share/fofix/src/Engine.py:27: 'Object' imported but unused
./usr/share/fofix/src/Engine.py:28: 'World' imported but unused
./usr/share/fofix/src/Engine.py:29: 'Task' imported but unused
./usr/share/fofix/src/Engine.py:31: 'Player' imported but unused
./usr/share/fofix/src/Engine.py:74: local variable 'found' is assigned to but never used
./usr/share/fofix/src/DialogTest.py:43: local variable 'text' is assigned to but never used
./usr/share/fofix/src/setup_mac.py:11: 'sys' imported but unused
./usr/share/fofix/src/setup_mac.py:11: 'Version' imported but unused
./usr/share/fofix/src/ServerTest.py:25: 'pickle' imported but unused
./usr/share/fofix/src/Debug.py:23: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Debug.py:33: 'Theme' imported but unused
./usr/share/fofix/src/Debug.py:105: 'World' imported but unused
./usr/share/fofix/src/Debug.py:131: local variable 'logFile' is assigned to but never used
./usr/share/fofix/src/Mod.py:44: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GameEngine.py:31: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/GameEngine.py:37: 'Task' imported but unused
./usr/share/fofix/src/GameEngine.py:46: 'ImgDrawing' imported but unused
./usr/share/fofix/src/Gam./usr/share/fofix/src/Config.py:523: invalid syntax
#-------------------------
                           ^
eEngine.py:51: 'Network' imported but unused
./usr/share/fofix/src/GameEngine.py:620: local variable 'e' is assigned to but never used
./usr/share/fofix/src/GameEngine.py:701: local variable 'e' is assigned to but never used
./usr/share/fofix/src/EngineTest.py:24: 'Engine' imported but unused
./usr/share/fofix/src/EngineTest.py:25: 'Player' imported but unused
./usr/share/fofix/src/EngineTest.py:26: 'World' imported but unused
./usr/share/fofix/src/EngineTest.py:27: 'Network' imported but unused
./usr/share/fofix/src/Player.py:31: 'Scorekeeper' imported but unused
./usr/share/fofix/src/Player.py:71: redefinition of unused 'sqlite3' from line 69
./usr/share/fofix/src/Player.py:363: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Player.py:811: local variable 'b' is assigned to but never used
./usr/share/fofix/src/Player.py:907: undefined name 'Dialogs'
./usr/share/fofix/src/setup.orig.py:25: 'sys' imported but unused
./usr/share/fofix/src/setup.orig.py:28: 'py2exe' imported but unused
./usr/share/fofix/src/Texture.py:26: 'Config' imported but unused
./usr/share/fofix/src/Texture.py:29: 'StringIO' imported but unused
./usr/share/fofix/src/Texture.py:31: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Texture.py:32: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Server.py:26: 'pickle' imported but unused
./usr/share/fofix/src/ResourceTest.py:25: 'time' imported but unused
./usr/share/fofix/src/MainMenu.py:26: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/MainMenu.py:27: 'math' imported but unused
./usr/share/fofix/src/MainMenu.py:33: 'ImgDrawing' imported but unused
./usr/share/fofix/src/MainMenu.py:39: 'datetime' imported but unused
./usr/share/fofix/src/MainMenu.py:45: redefinition of unused 'sys' from line 40
./usr/share/fofix/src/MainMenu.py:112: local variable 'dPlayerConfig' is assigned to but never used
./usr/share/fofix/src/MainMenu.py:209: local variable 'newMultiplayerMenu' is assigned to but never used
./usr/share/fofix/src/MainMenu.py:214: local variable 'editorMenu' is assigned to but never used
./usr/share/fofix/src/MainMenu.py:522: local variable 't' is assigned to but never used
./usr/share/fofix/src/MainMenu.py:524: local variable 'r' is assigned to but never used
./usr/share/fofix/src/MainMenu.py:616: local variable 'wfactor' is assigned to but never used
./usr/share/fofix/src/setup_exe.py:26: 'sys' imported but unused
./usr/share/fofix/src/setup_exe.py:26: 'os' imported but unused
./usr/share/fofix/src/setup_exe.py:43: 'pygame' imported but unused
./usr/share/fofix/src/setup_exe.py:58: 'formathandler' imported but unused
./usr/share/fofix/src/SceneTest.py:24: 'time' imported but unused
./usr/share/fofix/src/SceneTest.py:27: 'Resource' imported but unused
./usr/share/fofix/src/decimal.py:398: redefinition of unused 'threading' from line 391
./usr/share/fofix/src/decimal.py:416: undefined name 'threading'
./usr/share/fofix/src/decimal.py:426: undefined name 'threading'
./usr/share/fofix/src/decimal.py:429: undefined name 'threading'
./usr/share/fofix/src/decimal.py:438: redefinition of function 'getcontext' from line 418
./usr/share/fofix/src/decimal.py:452: redefinition of function 'setcontext' from line 411
./usr/share/fofix/src/Mesh.py:23: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/GameTask.py:28: 'Svg' imported but unused
./usr/share/fofix/src/GameTask.py:51: local variable 'player' is assigned to but never used
./usr/share/fofix/src/GameTask.py:59: local variable 'player' is assigned to but never used
./usr/share/fofix/src/Camera.py:23: 'from OpenGL.GLU import *' used; unable to detect undefined names
./usr/share/fofix/src/Audio.py:52: redefinition of unused 'ogg' from line 49
./usr/share/fofix/src/Audio.py:155: local variable 'e' is assigned to but never used
./usr/share/fofix/src/Audio.py:231: 'numpy' imported but unused
./usr/share/fofix/src/Audio.py:233: undefined name 'numpy'
./usr/share/fofix/src/Audio.py:264: u./usr/share/fofix/src/midi/MidiOutStream.py:471: invalid syntax
    
     ^
ndefined name 'zeros'
./usr/share/fofix/src/Audio.py:296: undefined name 'zeros'
./usr/share/fofix/src/Audio.py:306: undefined name 'zeros'
./usr/share/fofix/src/Theme.py:26: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Theme.py:28: 'Log' imported but unused
./usr/share/fofix/src/Microphone.py:192: redefinition of function 'getAvailableMics' from line 56
./usr/share/fofix/src/Guitar.py:30: 'Player' imported but unused
./usr/share/fofix/src/Guitar.py:39: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Guitar.py:41: 'array' imported but unused
./usr/share/fofix/src/Guitar.py:41: 'float32' imported but unused
./usr/share/fofix/src/Guitar.py:840: local variable 'notecol' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1125: local variable 'track' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1128: local variable 'enable' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1327: local variable 'track' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1330: local variable 'enable' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1726: local variable 'size' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1813: local variable 'track' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1815: local variable 'size' is assigned to but never used
./usr/share/fofix/src/Guitar.py:1821: local variable 'c' is assigned to but never used
./usr/share/fofix/src/Guitar.py:2274: local variable 'tempnote' is assigned to but never used
./usr/share/fofix/src/Guitar.py:2634: local variable 'skipped' is assigned to but never used
./usr/share/fofix/src/Svg.py:28: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Svg.py:29: 'transpose' imported but unused
./usr/share/fofix/src/Svg.py:34: 'TextureException' imported but unused
./usr/share/fofix/src/Svg.py:547: local variable 'parser' is assigned to but never used
./usr/share/fofix/src/Resource.py:185: local variable 'baseLibrary' is assigned to but never used
./usr/share/fofix/src/Font.py:25: 'from OpenGL.GL import *' used; unable to detect undefined names
./usr/share/fofix/src/Font.py:27: 'TextureAtlas' imported but unused
./usr/share/fofix/src/Font.py:27: 'TextureAtlasFullException' imported but unused
./usr/share/fofix/src/Session.py:27: 'Engine' imported but unused
./usr/share/fofix/src/Session.py:67: local variable 'e' is assigned to but never used
./usr/share/fofix/src/midi/EventDispatcher.py:4: 'unpack' imported but unused
./usr/share/fofix/src/midi/EventDispatcher.py:7: 'readVar' imported but unused
./usr/share/fofix/src/midi/EventDispatcher.py:7: 'varLen' imported but unused
./usr/share/fofix/src/midi/EventDispatcher.py:11: 'from constants import *' used; unable to detect undefined names
./usr/share/fofix/src/midi/EventDispatcher.py:264: local variable 'e' is assigned to but never used
./usr/share/fofix/src/midi/RawOutstreamFile.py:6: 'unpack' imported but unused
./usr/share/fofix/src/midi/RawOutstreamFile.py:10: 'fromBytes' imported but unused
./usr/share/fofix/src/midi/RawOutstreamFile.py:40: local variable 'var' is assigned to but never used
./usr/share/fofix/src/midi/MidiFileParser.py:4: 'unpack' imported but unused
./usr/share/fofix/src/midi/MidiFileParser.py:8: 'from constants import *' used; unable to detect undefined names
./usr/share/fofix/src/midi/MidiFileParser.py:134: local variable 'eo_sysex' is assigned to but never used
./usr/share/fofix/src/midi/__init__.py:3: 'MidiOutStream' imported but unused
./usr/share/fofix/src/midi/__init__.py:4: 'MidiOutFile' imported but unused
./usr/share/fofix/src/midi/__init__.py:5: 'MidiInStream' imported but unused
./usr/share/fofix/src/midi/__init__.py:6: 'MidiInFile' imported but unused
./usr/share/fofix/src/midi/__init__.py:7: 'MidiToText' imported but unused
./usr/share/fofix/src/midi/MidiToText.py:52: undefined name 'date'
./usr/share/fofix/src/midi/MidiOutFile.py:6: 'from constants import *' used; unable to detect undefined names
./usr/share/fofix/src/midi/RawInstreamFile.py:4: 'StringType' imported but unused
./usr/share/fofix/src/midi/RawInstreamFile.py:5: 'unpack' imported but unused

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