Debian Automated Code Analysis

pyflakes analysis of skytools_2.1.8-2.2_i386.deb

./usr/share/pyshared/londiste/file_write.py:4: 'skytools' imported but unused
./usr/share/pyshared/londiste/file_write.py:5: 'StringIO' imported but unused
./usr/share/pyshared/londiste/file_write.py:6: 'from playback import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/installer.py:4: 'os' imported but unused
./usr/share/pyshared/londiste/setup.py:6: 'os' imported but unused
./usr/share/pyshared/londiste/setup.py:7: 'from installer import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/setup.py:735: local variable 'src_curs' is assigned to but never used
./usr/share/pyshared/londiste/compare.py:8: 'time' imported but unused
./usr/share/pyshared/londiste/compare.py:8: 'os' imported but unused
./usr/share/pyshared/londiste/__init__.py:13: 'from londiste.playback import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:14: 'from londiste.compare import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:15: 'from londiste.file_read import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:16: 'from londiste.file_write import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:17: 'from londiste.setup import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:18: 'from londiste.table_copy import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:19: 'from londiste.installer import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/__init__.py:20: 'from londiste.repair import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/table_copy.py:8: 'os' imported but unused
./usr/share/pyshared/londiste/table_copy.py:10: 'from skytools.dbstruct import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/table_copy.py:11: 'from playback import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/syncer.py:61: local variable 'src_loc' is assigned to but never used
./usr/share/pyshared/londiste/syncer.py:147: local variable 'tick_id' is assigned to but never used
./usr/share/pyshared/londiste/playback.py:586: local variable 'got_changes' is assigned to but never used
./usr/share/pyshared/londiste/playback.py:615: undefined name 'mirror_list'
./usr/share/pyshared/londiste/repair.py:8: 'time' imported but unused
./usr/share/pyshared/londiste/file_read.py:4: 'skytools' imported but unused
./usr/share/pyshared/londiste/file_read.py:6: 'from playback import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/file_read.py:7: 'from table_copy import *' used; unable to detect undefined names
./usr/share/pyshared/londiste/file_read.py:29: local variable 'last_batch' is assigned to but never used
./usr/share/pyshared/londiste/file_read.py:30: local variable 'list' is assigned to but never used
./usr/share/pyshared/skytools/config.py:4: 'sys' imported but unused
./usr/share/pyshared/skytools/config.py:55: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/config.py:64: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/config.py:73: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/config.py:82: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/config.py:97: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/config.py:132: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/scripting.py:7: 'from skytools.config import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/scripting.py:467: local variable 'det' is assigned to but never used
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'quote_copy' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'unescape' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'unquote_literal' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'db_urlencode' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'db_urldecode' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'quote_bytea_raw' in __all__
./usr/share/pyshared/skytools/quoting.py:9: undefined name 'quote_literal' in __all__
./usr/share/pyshared/skytools/quoting.py:19: 'from skytools._cquoting import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/quoting.py:21: 'from skytools._pyquoting import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/skylog.py:4: 'sys' imported but unused
./usr/share/pyshared/skytools/psycopgwrapper.py:80: redefinition of unused 'QuotedString' from line 23
./usr/share/pyshared/skytools/psycopgwrapper.py:80: 'QuotedString' imported but unused
./usr/share/pyshared/skytools/__init__.py:13: 'from skytools.psycopgwrapper import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:14: 'from skytools.config import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:15: 'from skytools.dbstruct import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:16: 'from skytools.gzlog import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:17: 'from skytools.scripting import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:18: 'from skytools.sqltools import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:19: 'from skytools.quoting import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/__init__.py:20: 'from skytools.parsing import *' used; unable to detect undefined names
./usr/share/pyshared/skytools/dbstruct.py:4: 'sys' imported but unused
./usr/share/pyshared/pgq/ticker.py:6: 'os' imported but unused
./usr/share/pyshared/pgq/ticker.py:126: local variable 'x' is assigned to but never used
./usr/share/pyshared/pgq/__init__.py:7: 'from pgq.event import *' used; unable to detect undefined names
./usr/share/pyshared/pgq/__init__.py:8: 'from pgq.consumer import *' used; unable to detect undefined names
./usr/share/pyshared/pgq/__init__.py:9: 'from pgq.producer import *' used; unable to detect undefined names
./usr/share/pyshared/pgq/status.py:5: 'os' imported but unused
./usr/share/pyshared/pgq/consumer.py:12: 'from pgq.event import *' used; unable to detect undefined names

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