Debian Automated Code Analysis

pyflakes analysis of londonlaw_0.2.1-13_all.deb

./usr/share/pyshared/londonlaw/london-client.py:29: redefinition of unused 'londonlaw' from line 21
./usr/share/pyshared/londonlaw/london-client.py:29: 'londonlaw' imported but unused
./usr/share/pyshared/londonlaw/london-server.py:29: redefinition of unused 'londonlaw' from line 21
./usr/share/pyshared/londonlaw/london-server.py:29: 'londonlaw' imported but unused
./usr/share/pyshared/londonlaw/server/GameRegistry.py:20: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Team.py:1: 'sets' imported but unused
./usr/share/pyshared/londonlaw/server/Protocol.py:19: 'protocol' imported but unused
./usr/share/pyshared/londonlaw/server/Protocol.py:19: 'reactor' imported but unused
./usr/share/pyshared/londonlaw/server/Protocol.py:22: 'sys' imported but unused
./usr/share/pyshared/londonlaw/server/Protocol.py:24: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Protocol.py:25: 'from Game import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/__init__.py:20: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Game.py:19: 'sets' imported but unused
./usr/share/pyshared/londonlaw/server/Game.py:21: 'components' imported but unused
./usr/share/pyshared/londonlaw/server/Game.py:22: 'log' imported but unused
./usr/share/pyshared/londonlaw/server/Game.py:25: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Game.py:26: 'from londonlaw.common.map import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Game.py:27: 'from Pawn import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/server/Game.py:28: 'from Team import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/GameListWindow.py:28: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/GameListWindow.py:29: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/GameListWindow.py:30: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/GameListWindow.py:31: 'from AutoListCtrl import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/GameListWindow.py:32: 'os' imported but unused
./usr/share/pyshared/londonlaw/guiclient/MapWindow.py:27: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MapWindow.py:28: 'from TextPanel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MapWindow.py:29: 'from graphicalmap import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MapWindow.py:30: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:24: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:25: 'from MapWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:26: 'from ChatPanel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:27: 'from PlayerIcon import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:28: 'from MoveDialog import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:29: 'from HistoryWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:30: 'from graphicalmap import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MainWindow.py:32: 'time' imported but unused
./usr/share/pyshared/londonlaw/guiclient/AutoListCtrl.py:38: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/AutoListCtrl.py:40: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/PlayerIcon.py:26: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/PlayerIcon.py:27: 'from TextPanel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/PlayerIcon.py:28: 'from StaticBitmap import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/PlayerIcon.py:29: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/StaticBitmap.py:25: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/ChatPanel.py:24: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/ChatPanel.py:25: 'from ScrolledLabel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/ConnectWindow.py:25: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/ConnectWindow.py:26: 'reactor' imported but unused
./usr/share/pyshared/londonlaw/guiclient/ConnectWindow.py:27: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:27: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:28: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:29: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:30: 'from AutoListCtrl import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:31: 'from ChatPanel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/RegistrationWindow.py:32: 'os' imported but unused
./usr/share/pyshared/londonlaw/guiclient/Protocol.py:21: 'sys' imported but unused
./usr/share/pyshared/londonlaw/guiclient/Protocol.py:23: 'from londonlaw.common.protocol import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/Protocol.py:24: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:25: 'log' imported but unused
./usr/share/pyshared/londonlaw/guiclient/__init__.py:32: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:33: 'from ConnectWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:34: 'from GameListWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:35: 'from RegistrationWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:36: 'from MainWindow import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:38: 'from GuiNetMessenger import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/__init__.py:39: 'sys' imported but unused
./usr/share/pyshared/londonlaw/guiclient/TextPanel.py:26: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MoveDialog.py:31: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MoveDialog.py:32: 'from londonlaw.common.map import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/MoveDialog.py:323: local variable 'result' is assigned to but never used
./usr/share/pyshared/londonlaw/guiclient/MoveDialog.py:349: local variable 'result' is assigned to but never used
./usr/share/pyshared/londonlaw/guiclient/graphicalmap.py:19: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/graphicalmap.py:20: 'from utility import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/graphicalmap.py:21: 'from SetHash import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/graphicalmap.py:22: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:25: 'from wxPython.wx import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:26: 'from TextPanel import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:27: 'from StaticBitmap import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:28: 'from londonlaw.common.config import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:29: 'sys' imported but unused
./usr/share/pyshared/londonlaw/guiclient/HistoryWindow.py:29: 'string' imported but unused
./usr/share/pyshared/londonlaw/guiclient/SetHash.py:18: 'from sets import *' used; unable to detect undefined names
./usr/share/pyshared/londonlaw/guiclient/ScrolledLabel.py:25: 'from wxPython.wx import *' used; unable to detect undefined names

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