Debian Automated Code Analysis

pyflakes analysis of tryton-server_1.6.1-2_all.deb

./usr/share/pyshared/trytond/pyson.py:7: redefinition of unused 'json' from line 5
./usr/share/pyshared/trytond/pysocket.py:9: redefinition of unused 'StringIO' from line 7
./usr/share/pyshared/trytond/pysocket.py:13: redefinition of unused 'ssl' from line 11
./usr/share/pyshared/trytond/__init__.py:3: 'server' imported but unused
./usr/share/pyshared/trytond/server.py:15: redefinition of unused 'hashlib' from line 13
./usr/share/pyshared/trytond/test/__init__.py:4: 'from test import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/test/__init__.py:5: 'from model import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/test/__init__.py:6: 'from mptt import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/test/__init__.py:7: 'from import_data import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/test/__init__.py:8: 'from export_data import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/res/__init__.py:3: 'from group import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/res/__init__.py:4: 'from user import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/res/__init__.py:5: 'from request import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/res/__init__.py:6: 'from ir import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/res/request.py:6: 'time' imported but unused
./usr/share/pyshared/trytond/res/user.py:15: redefinition of unused 'hashlib' from line 13
./usr/share/pyshared/trytond/tools/misc.py:18: redefinition of unused 'StringIO' from line 16
./usr/share/pyshared/trytond/tools/misc.py:489: redefinition of function '__getitem__' from line 435
./usr/share/pyshared/trytond/tools/__init__.py:3: 'from misc import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/tools/__init__.py:4: 'from convert import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/tools/__init__.py:5: 'from datetime_strftime import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/webdav/webdav.py:8: 'WEBSITE' imported but unused
./usr/share/pyshared/trytond/webdav/webdav.py:8: 'PACKAGE' imported but unused
./usr/share/pyshared/trytond/webdav/webdav.py:8: 'VERSION' imported but unused
./usr/share/pyshared/trytond/webdav/webdav.py:9: 'Report' imported but unused
./usr/share/pyshared/trytond/webdav/__init__.py:3: 'from webdav import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/workflow/workflow.py:4: 'os' imported but unused
./usr/share/pyshared/trytond/workflow/workflow.py:7: 'exec_command_pipe' imported but unused
./usr/share/pyshared/trytond/workflow/__init__.py:3: 'from workflow import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/report/report.py:4: 'copy' imported but unused
./usr/share/pyshared/trytond/report/report.py:6: 'dom' imported but unused
./usr/share/pyshared/trytond/report/report.py:7: 'minidom' imported but unused
./usr/share/pyshared/trytond/report/report.py:8: 'sys' imported but unused
./usr/share/pyshared/trytond/report/report.py:13: redefinition of unused 'StringIO' from line 11
./usr/share/pyshared/trytond/report/report.py:27: redefinition of unused 'Manifest' from line 25
./usr/share/pyshared/trytond/report/report.py:31: 'traceback' imported but unused
./usr/share/pyshared/trytond/report/report.py:32: 'CONFIG' imported but unused
./usr/share/pyshared/trytond/report/report.py:33: 'DatabaseIntegrityError' imported but unused
./usr/share/pyshared/trytond/report/report.py:35: 'logging' imported but unused
./usr/share/pyshared/trytond/report/report.py:254: 'unohelper' imported but unused
./usr/share/pyshared/trytond/report/__init__.py:3: 'from report import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/fields.py:8: redefinition of unused 'hashlib' from line 6
./usr/share/pyshared/trytond/backend/__init__.py:6: 'from sqlite import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/__init__.py:8: 'from mysql import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/__init__.py:10: 'from postgresql import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/mysql/database.py:20: redefinition of unused 'DatabaseIntegrityError' from line 9
./usr/share/pyshared/trytond/backend/mysql/database.py:21: redefinition of unused 'DatabaseOperationalError' from line 10
./usr/share/pyshared/trytond/backend/mysql/database.py:173: local variable 'mod_path' is assigned to but never used
./usr/share/pyshared/trytond/backend/mysql/__init__.py:4: 'from database import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/mysql/__init__.py:5: 'from fields import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/mysql/__init__.py:6: 'from table import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/postgresql/database.py:13: 'DatabaseIntegrityError' imported but unused
./usr/share/pyshared/trytond/backend/postgresql/database.py:14: 'DatabaseOperationalError' imported but unused
./usr/share/pyshared/trytond/backend/postgresql/database.py:218: local variable 'mod_path' is assigned to but never used
./usr/share/pyshared/trytond/backend/postgresql/__init__.py:4: 'from database import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/postgresql/__init__.py:5: 'from fields import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/postgresql/__init__.py:6: 'from table import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/sqlite/database.py:22: redefinition of unused 'DatabaseIntegrityError' from line 16
./usr/share/pyshared/trytond/backend/sqlite/database.py:22: 'DatabaseIntegrityError' imported but unused
./usr/share/pyshared/trytond/backend/sqlite/database.py:23: redefinition of unused 'DatabaseOperationalError' from line 17
./usr/share/pyshared/trytond/backend/sqlite/database.py:23: 'DatabaseOperationalError' imported but unused
./usr/share/pyshared/trytond/backend/sqlite/database.py:223: local variable 'mod_path' is assigned to but never used
./usr/share/pyshared/trytond/backend/sqlite/__init__.py:4: 'from database import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/sqlite/__init__.py:5: 'from fields import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/backend/sqlite/__init__.py:6: 'from table import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/protocols/dispatcher.py:18: redefinition of unused 'hashlib' from line 16
./usr/share/pyshared/trytond/protocols/jsonrpc.py:20: redefinition of unused 'fcntl' from line 18
./usr/share/pyshared/trytond/protocols/jsonrpc.py:28: redefinition of unused 'json' from line 26
./usr/share/pyshared/trytond/protocols/webdav.py:19: 'from DAV.errors import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/modules/__init__.py:10: 'traceback' imported but unused
./usr/share/pyshared/trytond/modules/__init__.py:218: local variable 'idref' is assigned to but never used
./usr/share/pyshared/trytond/modules/__init__.py:337: 'trytond' imported but unused
./usr/share/pyshared/trytond/wizard/__init__.py:3: 'from wizard import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/lang.py:7: 'time' imported but unused
./usr/share/pyshared/trytond/ir/cron.py:127: local variable 'rid' is assigned to but never used
./usr/share/pyshared/trytond/ir/cron.py:194: local variable 'e' is assigned to but never used
./usr/share/pyshared/trytond/ir/__init__.py:3: 'from sequence import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:4: 'ui' imported but unused
./usr/share/pyshared/trytond/ir/__init__.py:5: 'from property import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:6: 'from action import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:7: 'from model import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:8: 'from attachment import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:9: 'from cron import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:10: 'from lang import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:11: 'from translation import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:12: 'from export import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:13: 'from rule import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:14: 'module' imported but unused
./usr/share/pyshared/trytond/ir/__init__.py:15: 'from default import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:16: 'from cache import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/__init__.py:17: 'from date import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/attachment.py:11: redefinition of unused 'hashlib' from line 9
./usr/share/pyshared/trytond/ir/sequence.py:5: 'datetime' imported but unused
./usr/share/pyshared/trytond/ir/translation.py:8: redefinition of unused 'StringIO' from line 6
./usr/share/pyshared/trytond/ir/translation.py:11: 'minidom' imported but unused
./usr/share/pyshared/trytond/ir/translation.py:17: 'tools' imported but unused
./usr/share/pyshared/trytond/ir/translation.py:634: undefined name 'BadZipfile'
./usr/share/pyshared/trytond/ir/ui/view.py:10: 'PYSONEncoder' imported but unused
./usr/share/pyshared/trytond/ir/ui/__init__.py:3: 'from menu import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/ui/__init__.py:4: 'from view import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/ir/module/module.py:300: local variable 'mod_path' is assigned to but never used
./usr/share/pyshared/trytond/ir/module/__init__.py:3: 'from module import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/modelsql.py:1128: undefined name 'exception'
./usr/share/pyshared/trytond/model/modelsql.py:1132: undefined name 'exception'
./usr/share/pyshared/trytond/model/modelsql.py:1586: redefinition of function '_rec_get' from line 1504
./usr/share/pyshared/trytond/model/__init__.py:3: 'from model import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/__init__.py:4: 'from modelview import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/__init__.py:5: 'from modelstorage import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/__init__.py:6: 'from modelsingleton import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/__init__.py:7: 'from modelsql import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/__init__.py:8: 'from modelworkflow import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/modelview.py:11: redefinition of unused 'hashlib' from line 9
./usr/share/pyshared/trytond/model/modelstorage.py:20: redefinition of unused 'StringIO' from line 18
./usr/share/pyshared/trytond/model/fields/function.py:7: 'digits_validate' imported but unused
./usr/share/pyshared/trytond/model/fields/function.py:8: 'add_remove_validate' imported but unused
./usr/share/pyshared/trytond/model/fields/function.py:9: 'PYSON' imported but unused
./usr/share/pyshared/trytond/model/fields/__init__.py:4: 'from field import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:5: 'from boolean import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:6: 'from integer import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:7: 'from char import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:8: 'from sha import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:9: 'from text import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:10: 'from float import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:11: 'from numeric import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:12: 'from date import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:13: 'from binary import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:14: 'from selection import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:15: 'from reference import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:16: 'from many2one import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:17: 'from one2many import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:18: 'from many2many import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:19: 'from function import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/model/fields/__init__.py:20: 'from property import *' used; unable to detect undefined names
./usr/share/pyshared/trytond/tests/test_exportdata.py:337: local variable 'target1_id' is assigned to but never used
./usr/share/pyshared/trytond/tests/test_exportdata.py:344: local variable 'target2_id' is assigned to but never used
./usr/share/pyshared/trytond/tests/test_protocols_datatype.py:159: undefined name 'format'
./usr/share/pyshared/trytond/tests/__init__.py:4: 'suite' imported but unused
./usr/share/pyshared/trytond/tests/test_tryton.py:17: 'imp' imported but unused

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