Debian Automated Code Analysis

pyflakes analysis of stgit_0.15-1_all.deb

./usr/share/pyshared/stgit/completion.py:1: 'textwrap' imported but unused
./usr/share/pyshared/stgit/config.py:22: 'basedir' imported but unused
./usr/share/pyshared/stgit/config.py:23: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/config.py:24: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/git.py:22: 'copyfile' imported but unused
./usr/share/pyshared/stgit/git.py:24: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/git.py:26: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/git.py:27: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/git.py:28: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/main.py:24: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/run.py:22: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/run.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/argparse.py:152: redefinition of function 'w' from line 149
./usr/share/pyshared/stgit/utils.py:4: 'sys' imported but unused
./usr/share/pyshared/stgit/utils.py:5: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/utils.py:7: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/stack.py:21: 'sys' imported but unused
./usr/share/pyshared/stgit/stack.py:24: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/stack.py:25: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/stack.py:26: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/stack.py:27: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/stack.py:30: 'copyfile' imported but unused
./usr/share/pyshared/stgit/stack.py:465: local variable 'value' is assigned to but never used
./usr/share/pyshared/stgit/stack.py:1119: local variable 'replace' is assigned to but never used
./usr/share/pyshared/stgit/basedir.py:22: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/uncommit.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/squash.py:21: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/mail.py:18: 'datetime' imported but unused
./usr/share/pyshared/stgit/commands/mail.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/mail.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/mail.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/mail.py:22: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/mail.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rename.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/rename.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/rename.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rename.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rename.py:22: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rename.py:23: 'git' imported but unused
./usr/share/pyshared/stgit/commands/rename.py:23: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/pick.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/pick.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/pick.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pick.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pick.py:22: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pick.py:23: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/sync.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/sync.py:19: 'stgit' imported but unused
./usr/share/pyshared/stgit/commands/sync.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/sync.py:22: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/sync.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/sync.py:142: local variable 'bottom' is assigned to but never used
./usr/share/pyshared/stgit/commands/id.py:20: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/undo.py:22: 'git' imported but unused
./usr/share/pyshared/stgit/commands/undo.py:23: 'out' imported but unused
./usr/share/pyshared/stgit/commands/edit.py:22: 'git' imported but unused
./usr/share/pyshared/stgit/commands/edit.py:24: 'gitlib' imported but unused
./usr/share/pyshared/stgit/commands/edit.py:25: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pull.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/pull.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/pull.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pull.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pull.py:22: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/pull.py:24: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/files.py:19: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/files.py:19: 'os' imported but unused
./usr/share/pyshared/stgit/commands/files.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/files.py:22: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/files.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/files.py:24: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/branch.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/branch.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/branch.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/branch.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/branch.py:22: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/branch.py:23: 'basedir' imported but unused
./usr/share/pyshared/stgit/commands/new.py:22: 'config' imported but unused
./usr/share/pyshared/stgit/commands/new.py:81: local variable 'iw' is assigned to but never used
./usr/share/pyshared/stgit/commands/imprt.py:22: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/imprt.py:23: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/imprt.py:24: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/imprt.py:25: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/imprt.py:131: local variable 'can_edit' is assigned to but never used
./usr/share/pyshared/stgit/commands/imprt.py:190: local variable 'e' is assigned to but never used
./usr/share/pyshared/stgit/commands/imprt.py:230: local variable 'applied' is assigned to but never used
./usr/share/pyshared/stgit/commands/reset.py:22: 'git' imported but unused
./usr/share/pyshared/stgit/commands/reset.py:23: 'out' imported but unused
./usr/share/pyshared/stgit/commands/clean.py:19: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/refresh.py:218: redefinition of function 'info_msg' from line 216
./usr/share/pyshared/stgit/commands/rebase.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/rebase.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/rebase.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rebase.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/rebase.py:22: 'git' imported but unused
./usr/share/pyshared/stgit/commands/rebase.py:22: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/diff.py:19: 'os' imported but unused
./usr/share/pyshared/stgit/commands/diff.py:19: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/diff.py:22: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/diff.py:23: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/diff.py:24: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/diff.py:25: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/common.py:22: 'from stgit.exception import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/common.py:23: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/common.py:24: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/common.py:25: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/common.py:26: 'basedir' imported but unused
./usr/share/pyshared/stgit/commands/common.py:27: 'file_extensions' imported but unused
./usr/share/pyshared/stgit/commands/status.py:19: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/status.py:19: 'os' imported but unused
./usr/share/pyshared/stgit/commands/status.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/status.py:22: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/status.py:23: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/commit.py:21: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/goto.py:21: 'opt' imported but unused
./usr/share/pyshared/stgit/commands/patches.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/patches.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/patches.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/patches.py:22: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/patches.py:23: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/patches.py:24: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/log.py:22: 'make_option' imported but unused
./usr/share/pyshared/stgit/commands/show.py:18: 'os' imported but unused
./usr/share/pyshared/stgit/commands/show.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/show.py:21: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/publish.py:21: 'config' imported but unused
./usr/share/pyshared/stgit/commands/publish.py:22: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/publish.py:83: redefinition of unused 'stack' from line 22
./usr/share/pyshared/stgit/commands/fold.py:18: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/fold.py:20: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/fold.py:21: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/fold.py:22: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/fold.py:23: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/repair.py:20: 'sys' imported but unused
./usr/share/pyshared/stgit/commands/repair.py:20: 'os' imported but unused
./usr/share/pyshared/stgit/commands/repair.py:21: 'opt' imported but unused
./usr/share/pyshared/stgit/commands/repair.py:22: 'from stgit.commands.common import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/repair.py:23: 'from stgit.utils import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/repair.py:24: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/repair.py:25: 'from stgit.run import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/commands/repair.py:26: 'stack' imported but unused
./usr/share/pyshared/stgit/commands/clone.py:22: 'out' imported but unused
./usr/share/pyshared/stgit/lib/git.py:858: local variable 'e' is assigned to but never used
./usr/share/pyshared/stgit/lib/git.py:919: local variable 'value' is assigned to but never used
./usr/share/pyshared/stgit/lib/log.py:200: undefined name 'key'
./usr/share/pyshared/stgit/lib/transaction.py:8: 'all' imported but unused
./usr/share/pyshared/stgit/lib/transaction.py:9: 'from stgit.out import *' used; unable to detect undefined names
./usr/share/pyshared/stgit/lib/stackupgrade.py:103: undefined name 'StackException'

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