Debian Automated Code Analysis

pyflakes analysis of pychess_0.10~beta3-2_all.deb

./usr/share/pyshared/pychess/Main.py:11: 'POSITION_CENTER' imported but unused
./usr/share/pyshared/pychess/Main.py:11: 'POSITION_NONE' imported but unused
./usr/share/pyshared/pychess/Main.py:14: 'book' imported but unused
./usr/share/pyshared/pychess/Main.py:94: local variable 'response' is assigned to but never used
./usr/share/pyshared/pychess/Main.py:149: undefined name '_'
./usr/share/pyshared/pychess/Main.py:152: undefined name '_'
./usr/share/pyshared/pychess/Utils/Move.py:2: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/Move.py:4: 'ParsingError' imported but unused
./usr/share/pyshared/pychess/Utils/book.py:3: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/repr.py:1: 'from const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/GameModel.py:18: 'from const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/Board.py:1: 'copy' imported but unused
./usr/share/pyshared/pychess/Utils/Board.py:5: 'toAN' imported but unused
./usr/share/pyshared/pychess/Utils/Board.py:8: 'from const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/Board.py:30: local variable 'arBoard' is assigned to but never used
./usr/share/pyshared/pychess/Utils/const.py:24: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:24: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:44: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:44: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:44: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:44: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:44: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:45: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:45: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:45: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:45: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:116: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/const.py:124: undefined name '_'
./usr/share/pyshared/pychess/Utils/eval.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'KING' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'ROOK' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'PAWN' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'KNIGHT' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'QUEEN' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:1: 'BISHOP' imported but unused
./usr/share/pyshared/pychess/Utils/Piece.py:2: 'reprSign' imported but unused
./usr/share/pyshared/pychess/Utils/logic.py:11: 'from const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lsort.py:2: 'getAttacks' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/lsort.py:6: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/validator.py:1: 'from lmove import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/validator.py:2: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/validator.py:3: 'from bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/validator.py:4: 'from attack import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/egtb_k4it.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lsearch.py:6: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lsearch.py:9: 'toSAN' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/lsearch.py:88: local variable 'hashmove' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmove.py:5: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lmove.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/attack.py:1: 'from bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/attack.py:2: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/attack.py:3: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/ldata.py:1: 'array' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/ldata.py:3: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/ldata.py:5: 'from bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:1: 'UserDict' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:2: 'WHITE' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:3: 'MATE_VALUE' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:4: 'LimitedDict' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:6: 'TCORD' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/TranspositionTable.py:6: 'FCORD' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/leval.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/leval.py:8: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/leval.py:9: 'LBoard' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/leval.py:585: local variable 'opboards' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:1: 'os' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:2: 'sys' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:19: redefinition of function 'createBoard' from line 15
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:32: redefinition of function 'setBit' from line 28
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:58: redefinition of function 'firstBit' from line 54
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:87: redefinition of function 'lastBit' from line 83
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:105: redefinition of function 'bitLength' from line 101
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:139: redefinition of function 'iterBits' from line 131
./usr/share/pyshared/pychess/Utils/lutils/bitboard.py:157: redefinition of function 'toString' from line 151
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:10: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:11: 'from lmove import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:12: 'from lmovegen import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:14: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:89: local variable 'fcord' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:183: local variable 'piece' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:344: local variable 'opcolor' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:519: local variable 'color' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/strateval.py:594: local variable 'color' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:2: 'from bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:3: 'from attack import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:202: local variable 'notfriends' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:281: local variable 'movedpawns' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:315: local variable 'enpassant' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:318: local variable 'notfriends' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:319: local variable 'enemies' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/lmovegen.py:325: local variable 'queens' is assigned to but never used
./usr/share/pyshared/pychess/Utils/lutils/LBoard.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/LBoard.py:5: 'from ldata import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/LBoard.py:7: 'from bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Utils/lutils/LBoard.py:8: 'RLock' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/LBoard.py:9: 'deepcopy' imported but unused
./usr/share/pyshared/pychess/Utils/lutils/ldraw.py:3: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/LogDialog.py:3: 'os' imported but unused
./usr/share/pyshared/pychess/widgets/LogDialog.py:12: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/LogDialog.py:30: undefined name '_'
./usr/share/pyshared/pychess/widgets/LogDialog.py:184: undefined name '_'
./usr/share/pyshared/pychess/widgets/LogDialog.py:188: undefined name '_'
./usr/share/pyshared/pychess/widgets/LogDialog.py:220: redefinition of unused 'gobject' from line 7
./usr/share/pyshared/pychess/widgets/BoardControl.py:4: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/BoardControl.py:7: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/BoardControl.py:8: 'log' imported but unused
./usr/share/pyshared/pychess/widgets/BoardControl.py:11: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/SetupBoard.py:3: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/SetupBoard.py:8: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/SpotGraph.py:4: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/SpotGraph.py:253: local variable 'height' is assigned to but never used
./usr/share/pyshared/pychess/widgets/ChatView.py:1: 'gmtime' imported but unused
./usr/share/pyshared/pychess/widgets/gamewidget.py:187: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:192: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:197: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:202: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:308: undefined name 'background'
./usr/share/pyshared/pychess/widgets/gamewidget.py:309: undefined name 'background'
./usr/share/pyshared/pychess/widgets/gamewidget.py:403: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:404: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamewidget.py:448: redefinition of function 'callback' from line 342
./usr/share/pyshared/pychess/widgets/BoardPreview.py:4: 'gobject' imported but unused
./usr/share/pyshared/pychess/widgets/BoardPreview.py:5: 'BLACK' imported but unused
./usr/share/pyshared/pychess/widgets/BoardPreview.py:7: 'GladeWidgets' imported but unused
./usr/share/pyshared/pychess/widgets/PromotionDialog.py:4: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/PromotionDialog.py:7: 'BLACK' imported but unused
./usr/share/pyshared/pychess/widgets/ChatWindow.py:1: 'time' imported but unused
./usr/share/pyshared/pychess/widgets/ChatWindow.py:12: 'SOUTH' imported but unused
./usr/share/pyshared/pychess/widgets/ChatWindow.py:12: 'NORTH' imported but unused
./usr/share/pyshared/pychess/widgets/ChatWindow.py:184: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:216: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:272: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:309: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:362: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:463: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:470: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:572: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChatWindow.py:574: undefined name '_'
./usr/share/pyshared/pychess/widgets/newGameDialog.py:5: 'sleep' imported but unused
./usr/share/pyshared/pychess/widgets/newGameDialog.py:11: 'gobject' imported but unused
./usr/share/pyshared/pychess/widgets/newGameDialog.py:19: redefinition of unused 'SourceBuffer' from line 15
./usr/share/pyshared/pychess/widgets/newGameDialog.py:20: redefinition of unused 'SourceView' from line 16
./usr/share/pyshared/pychess/widgets/newGameDialog.py:21: redefinition of unused 'LanguageManager' from line 17
./usr/share/pyshared/pychess/widgets/newGameDialog.py:26: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/newGameDialog.py:27: 'protoopen' imported but unused
./usr/share/pyshared/pychess/widgets/playerinfoDialog.py:3: 'gamewidget' imported but unused
./usr/share/pyshared/pychess/widgets/PieceWidget.py:2: 'cairo' imported but unused
./usr/share/pyshared/pychess/widgets/ChessClock.py:6: 'time' imported but unused
./usr/share/pyshared/pychess/widgets/ChessClock.py:18: undefined name '_'
./usr/share/pyshared/pychess/widgets/ChessClock.py:18: undefined name '_'
./usr/share/pyshared/pychess/widgets/Throbber.py:5: 'gobject' imported but unused
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:1: 'gtk' imported but unused
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:1: 'os' imported but unused
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:4: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:52: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:53: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:54: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:55: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:56: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:57: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:58: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:59: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:60: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:61: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:62: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:63: undefined name '_'
./usr/share/pyshared/pychess/widgets/tipOfTheDay.py:64: undefined name '_'
./usr/share/pyshared/pychess/widgets/gamenanny.py:13: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/gamenanny.py:14: 'from pychess.Utils.repr import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/preferencesDialog.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/preferencesDialog.py:180: local variable 'answer' is assigned to but never used
./usr/share/pyshared/pychess/widgets/preferencesDialog.py:458: local variable 'model' is assigned to but never used
./usr/share/pyshared/pychess/widgets/BoardView.py:3: 'sys' imported but unused
./usr/share/pyshared/pychess/widgets/BoardView.py:9: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/BoardView.py:12: 'gstreamer' imported but unused
./usr/share/pyshared/pychess/widgets/BoardView.py:14: 'repeat_sleep' imported but unused
./usr/share/pyshared/pychess/widgets/BoardView.py:16: 'Piece' imported but unused
./usr/share/pyshared/pychess/widgets/BoardView.py:18: 'Move' imported but unused
./usr/share/pyshared/pychess/widgets/BoardView.py:20: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/ionest.py:4: 'StringIO' imported but unused
./usr/share/pyshared/pychess/widgets/ionest.py:7: 'gobject' imported but unused
./usr/share/pyshared/pychess/widgets/ionest.py:14: redefinition of unused 'conf' from line 10
./usr/share/pyshared/pychess/widgets/ionest.py:15: 'GameModel' imported but unused
./usr/share/pyshared/pychess/widgets/ionest.py:16: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/ionest.py:19: 'from pychess.Savers import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/TaskerManager.py:3: 'cairo' imported but unused
./usr/share/pyshared/pychess/widgets/TaskerManager.py:4: 'TYPE_NONE' imported but unused
./usr/share/pyshared/pychess/widgets/TaskerManager.py:4: 'SIGNAL_RUN_FIRST' imported but unused
./usr/share/pyshared/pychess/widgets/TaskerManager.py:6: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/TaskerManager.py:13: redefinition of unused 'newGameDialog' from line 11
./usr/share/pyshared/pychess/widgets/TaskerManager.py:22: redefinition of unused 'ICLogon' from line 14
./usr/share/pyshared/pychess/widgets/TaskerManager.py:24: redefinition of unused 'newGameDialog' from line 13
./usr/share/pyshared/pychess/widgets/TaskerManager.py:149: undefined name '_'
./usr/share/pyshared/pychess/widgets/TaskerManager.py:150: undefined name '_'
./usr/share/pyshared/pychess/widgets/TaskerManager.py:198: undefined name '_'
./usr/share/pyshared/pychess/widgets/TaskerManager.py:200: undefined name '_'
./usr/share/pyshared/pychess/widgets/discovererDialog.py:2: 'discoverer' imported but unused
./usr/share/pyshared/pychess/widgets/discovererDialog.py:3: 'conf' imported but unused
./usr/share/pyshared/pychess/widgets/discovererDialog.py:5: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/widgets/discovererDialog.py:7: 'os' imported but unused
./usr/share/pyshared/pychess/widgets/ToggleComboBox.py:4: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/widgets/pydock/StarArrowButton.py:153: undefined name 'math'
./usr/share/pyshared/pychess/widgets/pydock/PyDockComposite.py:1: 'sys' imported but unused
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:16: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:36: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:39: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:47: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:50: undefined name 'abstract'
./usr/share/pyshared/pychess/widget./usr/share/pyshared/pychess/ic/managers/BoardManager.py:507: invalid syntax
    
     ^
s/pydock/__init__.py:53: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:59: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:69: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:73: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:77: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:80: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:85: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:88: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:123: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/__init__.py:128: undefined name 'abstract'
./usr/share/pyshared/pychess/widgets/pydock/PyDockTop.py:4: 'gtk' imported but unused
./usr/share/pyshared/pychess/widgets/pydock/PyDockTop.py:5: 'gobject' imported but unused
./usr/share/pyshared/pychess/ic/ICGameModel.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/ICLogon.py:2: 'SHUT_RDWR' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:6: 'sys' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:8: 'repeat_sleep' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:9: 'pool' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:10: 'gstreamer' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:11: 'addDataPrefix' imported but unused
./usr/share/pyshared/pychess/ic/ICLogon.py:12: redefinition of unused 'uistuff' from line 10
./usr/share/pyshared/pychess/ic/ICLogon.py:13: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/ICLounge.py:3: 'Queue' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:4: 'EmptyError' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:6: 'sleep' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:8: 'webbrowser' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:10: 're' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:10: 'gobject' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:11: 'gdk' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:13: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/ICLounge.py:16: 'EmitPublisher' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:21: 'gamewidget' imported but unused
./usr/share/pyshared/pychess/ic/ICLounge.py:24: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/ICLounge.py:27: 'GameModel' imported but unused
./usr/share/pyshared/pychess/ic/TimeSeal.py:5: 're' imported but unused
./usr/share/pyshared/pychess/ic/TimeSeal.py:6: 'gobject' imported but unused
./usr/share/pyshared/pychess/ic/TimeSeal.py:84: local variable 'user' is assigned to but never used
./usr/share/pyshared/pychess/ic/TimeSeal.py:85: local variable 'uname' is assigned to but never used
./usr/share/pyshared/pychess/ic/VerboseTelnet.py:1: 'socket' imported but unused
./usr/share/pyshared/pychess/ic/VerboseTelnet.py:2: 'sre_constants' imported but unused
./usr/share/pyshared/pychess/ic/FICSConnection.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/OfferManager.py:6: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/FingerManager.py:2: 'RLock' imported but unused
./usr/share/pyshared/pychess/ic/managers/FingerManager.py:3: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/FingerManager.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/FingerManager.py:177: redefinition of function 'getStatus' from line 64
./usr/share/pyshared/pychess/ic/managers/NewsManager.py:3: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/ErrorManager.py:2: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/ChatManager.py:2: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/ChatManager.py:148: local variable 'name' is assigned to but never used
./usr/share/pyshared/pychess/ic/managers/ChatManager.py:205: redefinition of unused 'time' from line 6
./usr/share/pyshared/pychess/ic/managers/GameListManager.py:1: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/GameListManager.py:3: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:5: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:65: local variable 'eco' is assigned to but never used
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:70: local variable 'private' is assigned to but never used
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:71: local variable 'rated' is assigned to but never used
./usr/share/pyshared/pychess/ic/managers/AdjournManager.py:99: local variable 'end_reason' is assigned to but never used
./usr/share/pyshared/pychess/ic/managers/AutoLogOutManager.py:1: 'from gobject import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/gfx/Pieces.py:2: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/gfx/Pieces.py:3: 'time' imported but unused
./usr/share/pyshared/pychess/gfx/Pieces.py:4: 'math' imported but unused
./usr/share/pyshared/pychess/gfx/Pieces.py:5: 'conf' imported but unused
./usr/share/pyshared/pychess/Savers/epd.py:1: 'Cord' imported but unused
./usr/share/pyshared/pychess/Savers/epd.py:2: 'Piece' imported but unused
./usr/share/pyshared/pychess/Savers/epd.py:3: 'Move' imported but unused
./usr/share/pyshared/pychess/Savers/epd.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/epd.py:31: local variable 'rc' is assigned to but never used
./usr/share/pyshared/pychess/Savers/chessalpha2.py:4: 'from htmlentitydefs import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/chessalpha2.py:8: 'from pychess.Utils.Move import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/chessalpha2.py:9: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/chessalpha2.py:10: 'evaluateComplete' imported but unused
./usr/share/pyshared/pychess/Savers/pgn.py:4: 'from pychess.Utils.Move import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/pgn.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Savers/pgn.py:171: local variable 'v_parent' is assigned to but never used
./usr/share/pyshared/pychess/Savers/pgn.py:172: local variable 'v_last_board' is assigned to but never used
./usr/share/pyshared/pychess/Savers/fen.py:1: 'Cord' imported but unused
./usr/share/pyshared/pychess/Savers/fen.py:2: 'Board' imported but unused
./usr/share/pyshared/pychess/Savers/fen.py:3: 'Piece' imported but unused
./usr/share/pyshared/pychess/Savers/fen.py:4: 'Move' imported but unused
./usr/share/pyshared/pychess/Savers/fen.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/shuffle.py:10: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/corner.py:12: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/losers.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/knightodds.py:1: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/pawnodds.py:1: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/asymmetricrandom.py:12: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/queenodds.py:1: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/pawnspassed.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/pawnspushed.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/__init__.py:1: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/normal.py:5: undefined name '_'
./usr/share/pyshared/pychess/Variants/fischerandom.py:5: 'copy' imported but unused
./usr/share/pyshared/pychess/Variants/fischerandom.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/fischerandom.py:11: 'from pychess.Utils.lutils.bitboard import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/fischerandom.py:12: 'from pychess.Utils.lutils.attack import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/fischerandom.py:13: 'newMove' imported but unused
./usr/share/pyshared/pychess/Variants/upsidedown.py:4: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/rookodds.py:1: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Variants/randomchess.py:11: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/System/MultiArray.py:1: 'array' imported but unused
./usr/share/pyshared/pychess/System/prefix.py:52: redefinition of unused 'get_user_data_dir' from line 44
./usr/share/pyshared/pychess/System/prefix.py:54: redefinition of unused 'get_user_config_dir' from line 44
./usr/share/pyshared/pychess/System/prefix.py:56: redefinition of unused 'get_user_cache_dir' from line 44
./usr/share/pyshared/pychess/System/GtkWorker.py:276: redefinition of function 'callback' from line 269
./usr/share/pyshared/pychess/System/GtkWorker.py:283: redefinition of function 'callback' from line 276
./usr/share/pyshared/pychess/System/GtkWorker.py:290: redefinition of function 'callback' from line 283
./usr/share/pyshared/pychess/System/gstreamer.py:1: 'Lock' imported but unused
./usr/share/pyshared/pychess/System/SubProcess.py:7: 'gtk' imported but unused
./usr/share/pyshared/pychess/System/SubProcess.py:10: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/System/SubProcess.py:13: 'glock' imported but unused
./usr/share/pyshared/pychess/System/SubProcess.py:108: local variable 'error' is assigned to but never used
./usr/share/pyshared/pychess/System/ping.py:3: 'Thread' imported but unused
./usr/share/pyshared/pychess/System/ping.py:4: 'from subprocess import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/System/ping.py:5: 'atexit' imported but unused
./usr/share/pyshared/pychess/System/ping.py:5: 'signal' imported but unused
./usr/share/pyshared/pychess/System/ping.py:5: 'os' imported but unused
./usr/share/pyshared/pychess/System/ping.py:5: 'select' imported but unused
./usr/share/pyshared/pychess/System/ping.py:9: 'glock' imported but unused
./usr/share/pyshared/pychess/System/ping.py:11: 'SubProcessError' imported but unused
./usr/share/pyshared/pychess/System/ping.py:12: 'PooledThread' imported but unused
./usr/share/pyshared/pychess/System/ping.py:13: 'SUBPROCESS_PTY' imported but unused
./usr/share/pyshared/pychess/System/ping.py:75: local variable 'exitCode' is assigned to but never used
./usr/share/pyshared/pychess/System/tsqlite.py:10: redefinition of unused 'sqlite' from line 6
./usr/share/pyshared/pychess/System/tsqlite.py:20: 'time' imported but unused
./usr/share/pyshared/pychess/System/conf_gconf.py:19: undefined name 'v'
./usr/share/pyshared/pychess/System/conf_gconf.py:21: undefined name 'v'
./usr/share/pyshared/pychess/System/conf_gconf.py:23: undefined name 'v'
./usr/share/pyshared/pychess/System/conf_gconf.py:25: undefined name 'v'
./usr/share/pyshared/pychess/System/conf.py:50: undefined name 'sys'
./usr/share/pyshared/pychess/System/conf.py:50: undefined name 'os'
./usr/share/pyshared/pychess/System/uistuff.py:6: 'random' imported but unused
./usr/share/pyshared/pychess/System/ThreadPool.py:6: 'currentThread' imported but unused
./usr/share/pyshared/pychess/System/ThreadPool.py:9: 'glock' imported but unused
./usr/share/pyshared/pychess/Players/engineNest.py:18: 'pool' imported but unused
./usr/share/pyshared/pychess/Players/engineNest.py:20: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/Engine.py:1: 'threading' imported but unused
./usr/share/pyshared/pychess/Players/Engine.py:9: 'DRAW_OFFER' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:4: 'from pychess.Utils.Move import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/UCIEngine.py:6: 'Cord' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:7: 'Offer' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:8: 'GameModel' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:10: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/UCIEngine.py:13: 'TimeOutError' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:13: 'SubProcessError' imported but unused
./usr/share/pyshared/pychess/Players/UCIEngine.py:18: 'Player' imported but unused
./usr/share/pyshared/pychess/Players/CECPEngine.py:5: 'copy' imported but unused
./usr/share/pyshared/pychess/Players/CECPEngine.py:9: 'from pychess.Utils.Move import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/CECPEngine.py:13: 'GameModel' imported but unused
./usr/share/pyshared/pychess/Players/CECPEngine.py:15: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/CECPEngine.py:18: 'SubProcessError' imported but unused
./usr/share/pyshared/pychess/Players/CECPEngine.py:18: 'TimeOutError' imported but unused
./usr/share/pyshared/pychess/Players/CECPEngine.py:24: 'Player' imported but unused
./usr/share/pyshared/pychess/Players/PyChess.py:5: 'os' imported but unused
./usr/share/pyshared/pychess/Players/PyChess.py:15: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/PyChess.py:20: 'from pychess.Utils.lutils.lmove import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/PyChess.py:801: 'getDataPrefix' imported but unused
./usr/share/pyshared/pychess/Players/PyChess.py:811: redefinition of unused 'log' from line 29
./usr/share/pyshared/pychess/Players/PyChess.py:823: redefinition of unused 'pool' from line 28
./usr/share/pyshared/pychess/Players/ProtocolEngine.py:1: 'GObject' imported but unused
./usr/share/pyshared/pychess/Players/ProtocolEngine.py:2: 'Lock' imported but unused
./usr/share/pyshared/pychess/Players/ProtocolEngine.py:2: 'RLock' imported but unused
./usr/share/pyshared/pychess/Players/ProtocolEngine.py:6: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/Human.py:5: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/ICPlayer.py:6: 'listToSan' imported but unused
./usr/share/pyshared/pychess/Players/ICPlayer.py:7: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pyshared/pychess/Players/ICPlayer.py:118: local variable 'e' is assigned to but never used
./usr/share/pychess/sidepanel/commentPanel.py:5: 'pango' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:8: 'from pychess.System.glock import *' used; unable to detect undefined names
./usr/share/pychess/sidepanel/commentPanel.py:9: 'from pychess.Utils.const import *' used; unable to detect undefined names
./usr/share/pychess/sidepanel/commentPanel.py:10: 'staticExchangeEvaluate' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:11: 'FCORD' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:11: 'FLAG' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:11: 'toSAN' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:12: 'genCaptures' imported but unused
./usr/share/pychess/sidepanel/commentPanel.py:14: 'ldata' imported but unused
./usr/share/pychess/sidepanel/bookPanel.py:1: 'cairo' imported but unused
./usr/share/pychess/sidepanel/bookPanel.py:8: undefined name '_'
./usr/share/pychess/sidepanel/bookPanel.py:12: undefined name '_'
./usr/share/pychess/sidepanel/bookPanel.py:14: undefined name '_'
./usr/share/pychess/sidepanel/bookPanel.py:58: undefined name '_'
./usr/share/pychess/sidepanel/bookPanel.py:69: local variable 'i' is assigned to but never used
./usr/share/pychess/sidepanel/bookPanel.py:147: redefinition of unused 'cairo' from line 1
./usr/share/pychess/sidepanel/chatPanel.py:3: 'gtk' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:4: 'pango' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:6: 'time' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:8: 'uistuff' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:12: 'BLACK' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:12: 'WHITE' imported but unused
./usr/share/pychess/sidepanel/chatPanel.py:15: undefined name '_'
./usr/share/pychess/sidepanel/chatPanel.py:19: undefined name '_'
./usr/share/pychess/sidepanel/historyPanel.py:3: 'gobject' imported but unused
./usr/share/pychess/sidepanel/historyPanel.py:4: 'gdk' imported but unused
./usr/share/pychess/sidepanel/historyPanel.py:15: undefined name '_'
./usr/share/pychess/sidepanel/historyPanel.py:18: undefined name '_'
./usr/share/pychess/sidepanel/scorePanel.py:6: 'gobject' imported but unused
./usr/share/pychess/sidepanel/scorePanel.py:11: 'RUNNING' imported but unused
./usr/share/pychess/sidepanel/scorePanel.py:14: undefined name '_'
./usr/share/pychess/sidepanel/scorePanel.py:18: undefined name '_'

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