Debian Automated Code Analysis

pyflakes analysis of python-circuits_1.2.1-1_all.deb

./usr/share/pyshared/circuits/version.py:19: 'time' imported but unused
./usr/share/pyshared/circuits/__init__.py:33: redefinition of unused '__version__' from line 31
./usr/share/pyshared/circuits/__init__.py:98: 'Component' imported but unused
./usr/share/pyshared/circuits/__init__.py:98: 'handler' imported but unused
./usr/share/pyshared/circuits/__init__.py:98: 'Manager' imported but unused
./usr/share/pyshared/circuits/__init__.py:98: 'Event' imported but unused
./usr/share/pyshared/circuits/__init__.py:100: 'Timer' imported but unused
./usr/share/pyshared/circuits/__init__.py:101: 'Bridge' imported but unused
./usr/share/pyshared/circuits/__init__.py:102: 'Debugger' imported but unused
./usr/share/pyshared/circuits/__init__.py:103: 'Thread' imported but unused
./usr/share/pyshared/circuits/__init__.py:103: 'Process' imported but unused
./usr/share/pyshared/circuits/app/env.py:13: future import(s) ['with_statement'] after other statements
./usr/share/pyshared/circuits/app/env.py:177: local variable 'verion' is assigned to but never used
./usr/share/pyshared/circuits/app/config.py:13: future import(s) ['with_statement'] after other statements
./usr/share/pyshared/circuits/app/__init__.py:11: future import(s) ['with_statement'] after other statements
./usr/share/pyshared/circuits/app/__init__.py:42: undefined name 'errno'
./usr/share/pyshared/circuits/app/__init__.py:46: undefined name 'path'
./usr/share/pyshared/circuits/app/__init__.py:63: undefined name 'stdin'
./usr/share/pyshared/circuits/app/__init__.py:64: undefined name 'stdout'
./usr/share/pyshared/circuits/app/__init__.py:65: undefined name 'stderr'
./usr/share/pyshared/circuits/tools/bench.py:24: redefinition of unused 'psyco' from line 22
./usr/share/pyshared/circuits/tools/tests/test_tools.py:13: 'inspect' imported but unused
./usr/share/pyshared/circuits/net/sockets.py:12: 'from errno import *' used; unable to detect undefined names
./usr/share/pyshared/circuits/net/pollers.py:16: 'from errno import *' used; unable to detect undefined names
./usr/share/pyshared/circuits/net/pollers.py:34: redefinition of unused 'epoll' from line 29
./usr/share/pyshared/circuits/net/pollers.py:35: redefinition of unused 'EPOLLET' from line 30
./usr/share/pyshared/circuits/net/pollers.py:35: redefinition of unused 'EPOLLIN' from line 30
./usr/share/pyshared/circuits/net/pollers.py:35: redefinition of unused 'EPOLLOUT' from line 30
./usr/share/pyshared/circuits/net/pollers.py:35: redefinition of unused 'EPOLLHUP' from line 30
./usr/share/pyshared/circuits/net/pollers.py:35: redefinition of unused 'EPOLLERR' from line 30
./usr/share/pyshared/circuits/net/pollers.py:113: local variable 'e' is assigned to but never used
./usr/share/pyshared/circuits/net/tests/test_sockets.py:11: 'from circuits.net.sockets import *' used; unable to detect undefined names
./usr/share/pyshared/circuits/drivers/_pygame.py:15: redefinition of unused 'event' from line 13
./usr/share/pyshared/circuits/core/__init__.py:24: redefinition of unused 'signal' from line 22
./usr/share/pyshared/circuits/core/__init__.py:24: redefinition of unused 'SIGINT' from line 22
./usr/share/pyshared/circuits/core/__init__.py:24: redefinition of unused 'SIGTERM' from line 22
./usr/share/pyshared/circuits/core/__init__.py:35: redefinition of unused 'Process' from line 29
./usr/share/pyshared/circuits/core/__init__.py:36: redefinition of unused 'process' from line 30
./usr/share/pyshared/circuits/core/__init__.py:37: redefinition of unused 'processes' from line 31
./usr/share/pyshared/circuits/core/__init__.py:42: 'reprhandler' imported but unused
./usr/share/pyshared/circuits/core/__init__.py:409: local variable 'channels' is assigned to but never used
./usr/share/pyshared/circuits/core/bridge.py:150: local variable 'source' is assigned to but never used
./usr/share/pyshared/circuits/core/workers.py:4: 'threads' imported but unused
./usr/share/pyshared/circuits/core/workers.py:16: redefinition of unused '_Pipe' from line 7
./usr/share/pyshared/circuits/core/workers.py:17: redefinition of unused '_Value' from line 8
./usr/share/pyshared/circuits/core/workers.py:18: redefinition of unused '_Process' from line 9
./usr/share/pyshared/circuits/core/workers.py:20: redefinition of unused 'cpus' from line 11
./usr/share/pyshared/circuits/core/workers.py:20: 'cpus' imported but unused
./usr/share/pyshared/circuits/core/workers.py:21: redefinition of unused 'processes' from line 12
./usr/share/pyshared/circuits/core/workers.py:21: 'processes' imported but unused
./usr/share/pyshared/circuits/core/tests/test_core.py:140: undefined name 'x'
./usr/share/pyshared/circuits/core/tests/test_core.py:980: undefined name 'x'
./usr/share/pyshared/circuits/web/wsgi.py:10: 'warnings' imported but unused
./usr/share/pyshared/circuits/web/wsgi.py:84: local variable 'explain' is assigned to but never used
./usr/share/pyshared/circuits/web/http.py:19: redefinition of unused 'StringIO' from line 17
./usr/share/pyshared/circuits/web/main.py:23: redefinition of unused 'psyco' from line 21
./usr/share/pyshared/circuits/web/dispatchers.py:20: redefinition of unused 'json' from line 16
./usr/share/pyshared/circuits/web/dispatchers.py:281: undefined name 'JSONRPC'
./usr/share/pyshared/circuits/web/servers.py:79: local variable 'port' is assigned to but never used
./usr/share/pyshared/circuits/web/_httpauth.py:278: undefined name 'aop'
./usr/share/pyshared/circuits/web/__init__.py:11: 'wsgi' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:12: 'tools' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:13: 'Logger' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:14: 'Controller' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:15: 'Sessions' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:16: 'Request' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:16: 'Response' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:17: 'BaseServer' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:17: 'Server' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:18: 'XMLRPC' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:18: 'VirtualHosts' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:18: 'Dispatcher' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:19: 'Redirect' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:19: 'NotFound' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:19: 'Forbidden' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:19: 'HTTPError' imported but unused
./usr/share/pyshared/circuits/web/__init__.py:22: 'JSONRPC' imported but unused
./usr/share/pyshared/circuits/web/utils.py:18: redefinition of unused 'parse_qs' from line 16
./usr/share/pyshared/circuits/web/decorators.py:18: redefinition of unused '_json' from line 14
./usr/share/pyshared/circuits/web/decorators.py:22: undefined name 'warnings'
./usr/share/pyshared/circuits/web/tests/webtest.py:32: 'from unittest import *' used; unable to detect undefined names
./usr/share/pyshared/circuits/web/tests/webtest.py:132: redefinition of function 'getchar' from line 127
./usr/share/pyshared/circuits/web/tests/webtest.py:302: redefinition of function '__call__' from line 265
./usr/share/pyshared/circuits/tests/test_version.py:41: 'mercurial' imported but unused
./usr/share/doc/python-circuits/examples/pygameex.py:16: local variable 'screen' is assigned to but never used
./usr/share/doc/python-circuits/examples/telnet.py:96: local variable 'traceback' is assigned to but never used
./usr/share/doc/python-circuits/examples/web/shadowauth.py:8: 'getstatusoutput' imported but unused
./usr/share/doc/python-circuits/examples/web/fileupload.py:47: local variable 'filename' is assigned to but never used

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