Debian Automated Code Analysis

pyflakes analysis of python-myghty_1.1-5_all.deb

./usr/share/pyshared/myghty/importer.py:9: 'string' imported but unused
./usr/share/pyshared/myghty/importer.py:9: 'time' imported but unused
./usr/share/pyshared/myghty/objgen.py:11: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/objgen.py:78: local variable 'linenum' is assigned to but never used
./usr/share/pyshared/myghty/escapes.py:12: 'StringIO' imported but unused
./usr/share/pyshared/myghty/interp.py:17: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/interp.py:19: 'from myghty.synchronization import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/interp.py:30: 'from stat import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/interp.py:31: 'random' imported but unused
./usr/share/pyshared/myghty/interp.py:31: 'stat' imported but unused
./usr/share/pyshared/myghty/interp.py:31: 'types' imported but unused
./usr/share/pyshared/myghty/interp.py:33: 'py_compile' imported but unused
./usr/share/pyshared/myghty/component.py:16: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/component.py:17: 'from myghty.args import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/component.py:23: 'sys' imported but unused
./usr/share/pyshared/myghty/component.py:23: 'types' imported but unused
./usr/share/pyshared/myghty/component.py:441: local variable 'csource' is assigned to but never used
./usr/share/pyshared/myghty/lexer.py:13: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/lexer.py:162: local variable 'e' is assigned to but never used
./usr/share/pyshared/myghty/exception.py:11: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/cache.py:11: 'from myghty.container import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/cache.py:12: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/cache.py:13: 'myghty' imported but unused
./usr/share/pyshared/myghty/cache.py:14: 're' imported but unused
./usr/share/pyshared/myghty/session.py:12: 'from myghty.container import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/session.py:13: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/compiler.py:22: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/compiler.py:27: 'sys' imported but unused
./usr/share/pyshared/myghty/compiler.py:27: 'warnings' imported but unused
./usr/share/pyshared/myghty/request.py:17: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/request.py:20: 'os' imported but unused
./usr/share/pyshared/myghty/request.py:24: 'csource' imported but unused
./usr/share/pyshared/myghty/request.py:414: redefinition of unused 'csource' from line 24
./usr/share/pyshared/myghty/request.py:491: local variable 'module' is assigned to but never used
./usr/share/pyshared/myghty/request.py:826: redefinition of unused 'csource' from line 24
./usr/share/pyshared/myghty/synchronization.py:12: 'weakref' imported but unused
./usr/share/pyshared/myghty/synchronization.py:12: 're' imported but unused
./usr/share/pyshared/myghty/synchronization.py:13: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/synchronization.py:19: redefinition of unused '_thread' from line 16
./usr/share/pyshared/myghty/synchronization.py:20: redefinition of unused '_threading' from line 17
./usr/share/pyshared/myghty/synchronization.py:210: local variable 'e' is assigned to but never used
./usr/share/pyshared/myghty/util.py:16: redefinition of unused '_thread' from line 13
./usr/share/pyshared/myghty/util.py:17: redefinition of unused '_threading' from line 14
./usr/share/pyshared/myghty/util.py:20: 're' imported but unused
./usr/share/pyshared/myghty/util.py:20: 'imp' imported but unused
./usr/share/pyshared/myghty/util./usr/share/pyshared/myghty/paste/wsgiapp.py:25: invalid syntax
    
     ^
.py:20: 'stat' imported but unused
./usr/share/pyshared/myghty/util.py:20: 'sys' imported but unused
./usr/share/pyshared/myghty/util.py:20: 'types' imported but unused
./usr/share/pyshared/myghty/util.py:20: 'time' imported but unused
./usr/share/pyshared/myghty/util.py:25: redefinition of unused 'StringIO' from line 23
./usr/share/pyshared/myghty/resolver.py:11: 'imp' imported but unused
./usr/share/pyshared/myghty/buffer.py:13: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/csource.py:11: 're' imported but unused
./usr/share/pyshared/myghty/csource.py:15: 'exception' imported but unused
./usr/share/pyshared/myghty/container.py:11: 're' imported but unused
./usr/share/pyshared/myghty/container.py:11: 'weakref' imported but unused
./usr/share/pyshared/myghty/container.py:12: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/container.py:13: 'exception' imported but unused
./usr/share/pyshared/myghty/container.py:14: 'from myghty.synchronization import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/container.py:426: local variable 'e' is assigned to but never used
./usr/share/pyshared/myghty/http/HTTPServerHandler.py:12: 'myghty' imported but unused
./usr/share/pyshared/myghty/http/HTTPServerHandler.py:13: 'exception' imported but unused
./usr/share/pyshared/myghty/http/HTTPServerHandler.py:17: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/http/HTTPHandler.py:11: 'sys' imported but unused
./usr/share/pyshared/myghty/http/HTTPHandler.py:14: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/http/ApacheHandler.py:12: 'exception' imported but unused
./usr/share/pyshared/myghty/http/ApacheHandler.py:13: 'myghty' imported but unused
./usr/share/pyshared/myghty/http/ApacheHandler.py:14: 'time' imported but unused
./usr/share/pyshared/myghty/http/ApacheHandler.py:15: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/http/ApacheHandler.py:16: 'from myghty.resolver import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/http/WSGIHandler.py:15: 'escapes' imported but unused
./usr/share/pyshared/myghty/http/WSGIHandler.py:16: 'session' imported but unused
./usr/share/pyshared/myghty/http/WSGIHandler.py:17: 'exception' imported but unused
./usr/share/pyshared/myghty/http/WSGIHandler.py:19: 'http' imported but unused
./usr/share/pyshared/myghty/http/WSGIHandler.py:20: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/http/WSGIHandler.py:21: 'os' imported but unused
./usr/share/pyshared/myghty/http/CGIHandler.py:12: 'myghty' imported but unused
./usr/share/pyshared/myghty/http/CGIHandler.py:13: 'session' imported but unused
./usr/share/pyshared/myghty/http/CGIHandler.py:14: 'exception' imported but unused
./usr/share/pyshared/myghty/http/CGIHandler.py:16: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/paster_templates/modulecomponents/+package+/webconfig.py:2: 'from myghty.resolver import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/ext/memcached.py:2: 'from myghty.synchronization import *' used; unable to detect undefined names
./usr/share/pyshared/myghty/ext/memcached.py:5: 'sys' imported but unused
./usr/share/pyshared/myghty/ext/routeresolver.py:1: 'types' imported but unused
./usr/share/pyshared/myghty/ext/routeresolver.py:10: 'from routes.base import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/common/modulecomponents.py:83: local variable 'source_uri' is assigned to but never used
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:7: undefined name 'os'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:7: undefined name 'root'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:11: undefined name 'ConditionalGroup'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:13: undefined name 'ResolveModule'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:14: undefined name 'NotFound'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:20: undefined name 'ConditionalGroup'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:22: undefined name 'ResolvePathModule'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:22: undefined name 'os'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:22: undefined name 'root'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:23: undefined name 'NotFound'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:30: undefined name 'ResolveUpwards'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:34: undefined name 'ResolveFile'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:34: undefined name 'os'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:34: undefined name 'root'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:34: undefined name 're'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:37: undefined name 'PathTranslate'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:38: undefined name 'ResolveFile'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:38: undefined name 'os'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:38: undefined name 'root'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:44: undefined name 'os'
./usr/share/doc/python-myghty/examples/zblog/config/server_config.py:44: undefined name 'root'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/util/form.py:10: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/util/form.py:11: 'inspect' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/util/form.py:11: 'types' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/tables.py:1: 'from sqlalchemy import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:39: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:41: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:42: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:43: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:49: local variable 'u' is assigned to but never used
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:52: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/__init__.py:53: undefined name 'engine'
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/mappers.py:5: 'from zblog.domain.blog import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/database/mappers.py:6: 'from sqlalchemy import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/bootstrap.py:4: 'from zblog.controller import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/bootstrap.py:14: redefinition of unused 'form' from line 2
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/bootstrap.py:19: redefinition of unused 'form' from line 2
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/bootstrap.py:38: local variable 'connect' is assigned to but never used
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/login.py:5: 'StringIO' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/login.py:5: 'os' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/front.py./usr/share/doc/python-myghty/examples/shoppingcart/lib/statemachine.py:24: unexpected indent
        
         ^
:3: 'actions' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/front.py:4: 're' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/index.py:1: 'from zblog.controller import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/__init__.py:5: 'from sqlalchemy import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/blog/index.py:1: 'from zblog.controller import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/blog/index.py:3: 'from zblog.domain.blog import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/blog/index.py:68: local variable 'primary' is assigned to but never used
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/blog/comments.py:1: 'from zblog.controller import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/blog/comments.py:3: 'from zblog.domain.blog import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/manage/index.py:2: 'formutil' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/manage/index.py:3: 'mapper' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/manage/index.py:4: 'actions' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/manage/index.py:5: 'manageblog' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/controller/manage/user.py:4: 'Blog' imported but unused
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/domain/actions.py:8: 'from zblog.domain.blog import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/zblog/lib/zblog/domain/user.py:8: redefinition of unused 'crypt' from line 5
./usr/share/doc/python-myghty/examples/zblog/bin/server.py:6: 're' imported but unused
./usr/share/doc/python-myghty/examples/zblog/bin/server.py:7: 'from myghty.resolver import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/formvisitor/lib/formvisitor.py:1: 'component' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/run_cart.py:3: 're' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/lib/form.py:10: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/shoppingcart/lib/form.py:11: 'inspect' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/lib/form.py:11: 'types' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingcontroller.py:1: 'unixpath' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingcontroller.py:2: 'component' imported but unused
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingcontroller.py:6: 'from statemachine import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingcontroller.py:316: local variable 'address' is assigned to but never used
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingmodel.py:4: 'from myghty.util import *' used; unable to detect undefined names
./usr/share/doc/python-myghty/examples/shoppingcart/lib/shoppingdata.py:1: 'from shoppingmodel import *' used; unable to detect undefined names

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