Debian Automated Code Analysis

pyflakes analysis of python-django-south_0.7-1_all.deb

./usr/share/pyshared/south/creator/actions.py:463: invalid syntax
    
     ^
./usr/share/pyshared/south/modelsinspector.py:370: 'south' imported but unused
./usr/share/pyshared/south/orm.py:10: 'cache' imported but unused
./usr/share/pyshared/south/logger.py:1: 'sys' imported but unused
./usr/share/pyshared/south/introspection_plugins/django_taggit.py:8: 'TaggableManager' imported but unused
./usr/share/pyshared/south/introspection_plugins/__init__.py:7: 'south' imported but unused
./usr/share/pyshared/south/creator/changes.py:153: local variable 'still_there' is assigned to but never used
./usr/share/pyshared/south/creator/freezer.py:10: 'FakeORM' imported but unused
./usr/share/pyshared/south/management/commands/test.py:3: 'syncdb' imported but unused
./usr/share/pyshared/south/management/commands/migrate.py:9: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/migrate.py:11: 'models' imported but unused
./usr/share/pyshared/south/management/commands/migrate.py:14: 'Migration' imported but unused
./usr/share/pyshared/south/management/commands/migrate.py:15: 'get_app_label' imported but unused
./usr/share/pyshared/south/management/commands/migrate.py:53: local variable 'resolve_mode' is assigned to but never used
./usr/share/pyshared/south/management/commands/syncdb.py:5: 'sys' imported but unused
./usr/share/pyshared/south/management/commands/syncdb.py:8: 'BaseCommand' imported but unused
./usr/share/pyshared/south/management/commands/syncdb.py:9: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/syncdb.py:49: local variable 'migrations' is assigned to but never used
./usr/share/pyshared/south/management/commands/testserver.py:3: 'syncdb' imported but unused
./usr/share/pyshared/south/management/commands/graphmigrations.py:5: 'make_option' imported but unused
./usr/share/pyshared/south/management/commands/graphmigrations.py:8: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/startmigration.py:8: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:8: 'string' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:9: 'random' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:10: 'inspect' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:11: 'parser' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:17: 'set' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:19: 'BaseCommand' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:20: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:21: 'models' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:22: 'settings' imported but unused
./usr/share/pyshared/south/management/commands/schemamigration.py:25: 'NoMigrations' imported but unused
./usr/share/pyshared/south/management/commands/datamigration.py:13: 'set' imported but unused
./usr/share/pyshared/south/management/commands/datamigration.py:16: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/convert_to_south.py:6: 'sys' imported but unused
./usr/share/pyshared/south/management/commands/convert_to_south.py:9: 'no_style' imported but unused
./usr/share/pyshared/south/management/commands/convert_to_south.py:10: 'settings' imported but unused
./usr/share/pyshared/south/migration/__init__.py:5: 'sys' imported but unused
./usr/share/pyshared/south/migration/__init__.py:12: 'db' imported but unused
./usr/share/pyshared/south/migration/__init__.py:16: 'Migration' imported but unused
./usr/share/pyshared/south/migration/__init__.py:18: 'all_migrations' imported but unused
./usr/share/pyshared/south/migration/__init__.py:39: redefinition of function 'problems' from line 28
./usr/share/pyshared/south/migration/migrators.py:6: 'traceback' imported but unused
./usr/share/pyshared/south/migration/migrators.py:118: local variable 'app' is assigned to but never used
./usr/shar./usr/share/pyshared/south/hacks/django_1_0.py:75: invalid syntax
    
     ^
./usr/share/pyshared/south/tests/logger.py:61: invalid syntax
        
         ^
./usr/share/pyshared/south/tests/inspector.py:49: invalid syntax
    
     ^
e/pyshared/south/migration/migrators.py:119: local variable 'migration_name' is assigned to but never used
./usr/share/pyshared/south/migration/base.py:1: 'deque' imported but unused
./usr/share/pyshared/south/migration/base.py:12: 'flatten' imported but unused
./usr/share/pyshared/south/migration/base.py:12: 'dfs' imported but unused
./usr/share/pyshared/south/migration/base.py:12: 'get_app_label' imported but unused
./usr/share/pyshared/south/migration/base.py:293: local variable 'e' is assigned to but never used
./usr/share/pyshared/south/db/generic.py:3: 'string' imported but unused
./usr/share/pyshared/south/db/generic.py:4: 'random' imported but unused
./usr/share/pyshared/south/db/generic.py:6: 'sys' imported but unused
./usr/share/pyshared/south/db/generic.py:66: 'connections' imported but unused
./usr/share/pyshared/south/db/generic.py:622: local variable 'connection' is assigned to but never used
./usr/share/pyshared/south/db/__init__.py:27: redefinition of unused 'DEFAULT_DB_ALIAS' from line 23
./usr/share/pyshared/south/db/mysql.py:2: 'connection' imported but unused
./usr/share/pyshared/south/db/mysql.py:3: 'settings' imported but unused
./usr/share/pyshared/south/db/oracle.py:1: 'os' imported but unused
./usr/share/pyshared/south/db/oracle.py:7: 'no_style' imported but unused
./usr/share/pyshared/south/db/sqlite3.py:1: 'inspect' imported but unused
./usr/share/pyshared/south/db/sqlite3.py:2: 're' imported but unused
./usr/share/pyshared/south/db/sqlite3.py:4: 'ForeignKey' imported but unused
./usr/share/pyshared/south/db/sqlite3.py:7: 'inspectdb' imported but unused
./usr/share/pyshared/south/db/sqlite3.py:58: local variable 'unique' is assigned to but never used
./usr/share/pyshared/south/db/postgresql_psycopg2.py:2: 'connection' imported but unused
./usr/share/pyshared/south/db/sql_server/pyodbc.py:1: 'connection' imported but unused
./usr/share/pyshared/south/db/sql_server/pyodbc.py:2: 'from django.db.models.fields import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/__init__.py:57: 'from south.tests.db import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/__init__.py:58: 'from south.tests.logic import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/__init__.py:59: 'from south.tests.autodetection import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/__init__.py:60: 'from south.tests.logger import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/__init__.py:61: 'from south.tests.inspector import *' used; unable to detect undefined names
./usr/share/pyshared/south/tests/db.py:57: undefined name 'cursor'
./usr/share/pyshared/south/tests/db.py:159: local variable 'cursor' is assigned to but never used
./usr/share/pyshared/south/tests/logic.py:3: 'deque' imported but unused
./usr/share/pyshared/south/tests/logic.py:5: 'sys' imported but unused
./usr/share/pyshared/south/tests/logic.py:6: 'os' imported but unused
./usr/share/pyshared/south/tests/logic.py:7: 'StringIO' imported but unused
./usr/share/pyshared/south/tests/logic.py:11: 'Migration' imported but unused
./usr/share/pyshared/south/tests/logic.py:12: 'dfs' imported but unused
./usr/share/pyshared/south/tests/logic.py:475: local variable 'M2' is assigned to but never used
./usr/share/pyshared/south/tests/deps_c/migrations/0003_c.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0003_c.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0004_c.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0004_c.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0002_c.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0002_c.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0005_c.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0005_c.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0001_c.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_c/migrations/0001_c.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/circular_b/migrations/0001_first.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/circular_b/migrations/0001_first.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0004_a.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0004_a.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0005_a.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0005_a.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0003_a.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0003_a.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0001_a.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0001_a.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0002_a.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_a/migrations/0002_a.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0002_b.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0002_b.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0005_b.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0005_b.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0004_b.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0004_b.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0001_b.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0001_b.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0003_b.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/deps_b/migrations/0003_b.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/circular_a/migrations/0001_first.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/circular_a/migrations/0001_first.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0002_second.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0002_second.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0003_third.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0003_third.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0001_first.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/otherfakeapp/migrations/0001_first.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0003_depends_on_higher.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0003_depends_on_higher.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0004_higher.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0004_higher.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0002_depends_on_unknown.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0002_depends_on_unknown.py:2: 'models' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py:1: 'db' imported but unused
./usr/share/pyshared/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py:2: 'models' imported but unused

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