Debian Automated Code Analysis

pyflakes analysis of python-webpy_0.34-2_all.deb

./usr/share/pyshared/web/debugerror.py:279: local variable 'urljoin' is assigned to but never used
./usr/share/pyshared/web/debugerror.py:321: local variable 'error_name' is assigned to but never used
./usr/share/pyshared/web/debugerror.py:322: local variable 'error_value' is assigned to but never used
./usr/share/pyshared/web/debugerror.py:324: local variable 'path' is assigned to but never used
./usr/share/pyshared/web/debugerror.py:352: undefined name 'thisdoesnotexist'
./usr/share/pyshared/web/template.py:278: local variable 'dot' is assigned to but never used
./usr/share/pyshared/web/template.py:803: local variable '__hidetraceback__' is assigned to but never used
./usr/share/pyshared/web/template.py:835: redefinition of unused 'websafe' from line 45
./usr/share/pyshared/web/template.py:893: local variable '__hidetraceback__' is assigned to but never used
./usr/share/pyshared/web/template.py:1057: 'appengine' imported but unused
./usr/share/pyshared/web/template.py:1069: local variable 're_start' is assigned to but never used
./usr/share/pyshared/web/template.py:1108: local variable 't' is assigned to but never used
./usr/share/pyshared/web/test.py:5: 'os' imported but unused
./usr/share/pyshared/web/test.py:6: 'web' imported but unused
./usr/share/pyshared/web/wsgi.py:8: 'http' imported but unused
./usr/share/pyshared/web/http.py:13: 'urlparse' imported but unused
./usr/share/pyshared/web/http.py:13: 'sys' imported but unused
./usr/share/pyshared/web/http.py:13: 'threading' imported but unused
./usr/share/pyshared/web/http.py:13: 'os' imported but unused
./usr/share/pyshared/web/http.py:66: redefinition of unused 'set' from line 63
./usr/share/pyshared/web/browser.py:8: 'copy' imported but unused
./usr/share/pyshared/web/httpserver.py:3: 'os' imported but unused
./usr/share/pyshared/web/httpserver.py:7: 'net' imported but unused
./usr/share/pyshared/web/httpserver.py:78: local variable 'socket_timeout' is assigned to but never used
./usr/share/pyshared/web/__init__.py:14: 'webapi' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'wsgi' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'httpserver' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'http' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'debugerror' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'utils' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'db' imported but unused
./usr/share/pyshared/web/__init__.py:14: 'net' imported but unused
./usr/share/pyshared/web/__init__.py:15: 'form' imported but unused
./usr/share/pyshared/web/__init__.py:15: 'template' imported but unused
./usr/share/pyshared/web/__init__.py:17: 'session' imported but unused
./usr/share/pyshared/web/__init__.py:19: 'from utils import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:20: 'from db import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:21: 'from net import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:22: 'from wsgi import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:23: 'from http import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:24: 'from webapi import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:25: 'from httpserver import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:26: 'from debugerror import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:27: 'from application import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:28: 'from browser import *' used; unable to detect undefined names
./usr/share/pyshared/web/__init__.py:29: 'test' imported but unused
./usr/share/pyshared/web/__init__.py:31: 'openid' imported but unused
./usr/share/pyshared/web/utils.py:38: redefinition of unused 'subprocess' from line 36
./usr/share/pyshared/web/utils.py:694: undefined name 'path'
./usr/share/pyshared/web/utils.py:1033: redefinition of unused 'StringIO' from line 1097
./usr/share/pyshared/web/utils.py:1094: redefinition of unused 'traceback' from line 33
./usr/share/pyshared/web/utils.py:1343: redefinition of unused 'encoders' from line 1341
./usr/share/pyshared/web/utils.py:1361: redefinition of unused 'webapi' from line 1359
./usr/share/pyshared/web/utils.py:1408: undefined name 'message'
./usr/share/pyshared/web/session.py:6: 'random' imported but unused
./usr/share/pyshared/web/session.py:10: redefinition of unused 'pickle' from line 8
./usr/share/pyshared/web/session.py:66: local variable 'cookie_domain' is assigned to but never used
./usr/share/pyshared/web/session.py:268: local variable 'now' is assigned to but never used
./usr/share/pyshared/web/session.py:279: local variable 'last_allowed_time' is assigned to but never used
./usr/share/pyshared/web/db.py:18: redefinition of unused 'datetime' from line 16
./usr/share/pyshared/web/db.py:31: redefinition of unused 'debug' from line 28
./usr/share/pyshared/web/db.py:32: redefinition of unused 'config' from line 28
./usr/share/pyshared/web/db.py:273: local variable 'vals' is assigned to but never used
./usr/share/pyshared/web/db.py:471: 'DBUtils' imported but unused
./usr/share/pyshared/web/db.py:987: redefinition of unused 'db' from line 985
./usr/share/pyshared/web/application.py:7: 'webapi' imported but unused
./usr/share/pyshared/web/application.py:8: 'debugerror' imported but unused
./usr/share/pyshared/web/application.py:16: 're' imported but unused
./usr/share/pyshared/web/application.py:272: redefinition of unused 'wsgi' from line 7
./usr/share/pyshared/web/application.py:302: redefinition of unused 'wsgi' from line 7
./usr/share/pyshared/web/application.py:472: redefinition of unused 'debugerror' from line 8
./usr/share/pyshared/web/wsgiserver/__init__.py:80: 'base64' imported but unused
./usr/share/pyshared/web/wsgiserver/__init__.py:90: redefinition of unused 'StringIO' from line 88
./usr/share/pyshared/web/wsgiserver/__init__.py:106: redefinition of unused 'SSL' from line 103
./usr/share/pyshared/web/wsgiserver/__init__.py:807: undefined name 'data'
./usr/share/pyshared/web/wsgiserver/__init__.py:809: undefined name 'data'
./usr/share/pyshared/web/wsgiserver/__init__.py:854: undefined name 'data'
./usr/share/pyshared/web/wsgiserver/__init__.py:1372: local variable 'exc1' is assigned to but never used
./usr/share/pyshared/web/wsgiserver/__init__.py:1414: redefinition of function 'prevent_socket_inheritance' from line 1410
./usr/share/pyshared/web/wsgiserver/__init__.py:1419: redefinition of function 'prevent_socket_inheritance' from line 1414
./usr/share/pyshared/web/contrib/template.py:21: 'Template' imported but unused

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