diff options
author | wg <wg@FreeBSD.org> | 2013-09-27 06:05:44 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-27 06:05:44 +0800 |
commit | 94314f4c51a6d15faea63f3f124a3f00f6cda3c4 (patch) | |
tree | ae658e44933ea8b10829efbfee975cf7e71d1942 /databases | |
parent | aaa717aabc50c164ae27f62b766cbd45e9620a01 (diff) | |
download | freebsd-ports-gnome-94314f4c51a6d15faea63f3f124a3f00f6cda3c4.tar.gz freebsd-ports-gnome-94314f4c51a6d15faea63f3f124a3f00f6cda3c4.tar.zst freebsd-ports-gnome-94314f4c51a6d15faea63f3f124a3f00f6cda3c4.zip |
databases/py-south: use distutils instead of setuptools
- Use distutils instead of setuptools
- Allow staging
- Use PYTHON_PY3K_PLIST_HACK
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-south/Makefile | 7 | ||||
-rw-r--r-- | databases/py-south/pkg-plist | 759 |
2 files changed, 381 insertions, 385 deletions
diff --git a/databases/py-south/Makefile b/databases/py-south/Makefile index 2b4a8f0c9904..7d34b8f6ae26 100644 --- a/databases/py-south/Makefile +++ b/databases/py-south/Makefile @@ -14,8 +14,11 @@ COMMENT= Intelligent schema migrations for Django apps LICENSE= AL2 USE_PYTHON= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= South -USE_PYDISTUTILS= easy_install +PYTHON_PY3K_PLIST_HACK= yes + +post-patch: + @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/py-south/pkg-plist b/databases/py-south/pkg-plist index cec627153b25..38cf9160eb99 100644 --- a/databases/py-south/pkg-plist +++ b/databases/py-south/pkg-plist @@ -1,383 +1,376 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/non_managed -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PYTHON_SITELIBDIR%%/south/__init__.py +%%PYTHON_SITELIBDIR%%/south/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/creator/__init__.py +%%PYTHON_SITELIBDIR%%/south/creator/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/creator/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/creator/actions.py +%%PYTHON_SITELIBDIR%%/south/creator/actions.pyc +%%PYTHON_SITELIBDIR%%/south/creator/actions.pyo +%%PYTHON_SITELIBDIR%%/south/creator/changes.py +%%PYTHON_SITELIBDIR%%/south/creator/changes.pyc +%%PYTHON_SITELIBDIR%%/south/creator/changes.pyo +%%PYTHON_SITELIBDIR%%/south/creator/freezer.py +%%PYTHON_SITELIBDIR%%/south/creator/freezer.pyc +%%PYTHON_SITELIBDIR%%/south/creator/freezer.pyo +%%PYTHON_SITELIBDIR%%/south/db/__init__.py +%%PYTHON_SITELIBDIR%%/south/db/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/db/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/db/firebird.py +%%PYTHON_SITELIBDIR%%/south/db/firebird.pyc +%%PYTHON_SITELIBDIR%%/south/db/firebird.pyo +%%PYTHON_SITELIBDIR%%/south/db/generic.py +%%PYTHON_SITELIBDIR%%/south/db/generic.pyc +%%PYTHON_SITELIBDIR%%/south/db/generic.pyo +%%PYTHON_SITELIBDIR%%/south/db/mysql.py +%%PYTHON_SITELIBDIR%%/south/db/mysql.pyc +%%PYTHON_SITELIBDIR%%/south/db/mysql.pyo +%%PYTHON_SITELIBDIR%%/south/db/oracle.py +%%PYTHON_SITELIBDIR%%/south/db/oracle.pyc +%%PYTHON_SITELIBDIR%%/south/db/oracle.pyo +%%PYTHON_SITELIBDIR%%/south/db/postgresql_psycopg2.py +%%PYTHON_SITELIBDIR%%/south/db/postgresql_psycopg2.pyc +%%PYTHON_SITELIBDIR%%/south/db/postgresql_psycopg2.pyo +%%PYTHON_SITELIBDIR%%/south/db/sql_server/__init__.py +%%PYTHON_SITELIBDIR%%/south/db/sql_server/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/db/sql_server/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/db/sql_server/pyodbc.py +%%PYTHON_SITELIBDIR%%/south/db/sql_server/pyodbc.pyc +%%PYTHON_SITELIBDIR%%/south/db/sql_server/pyodbc.pyo +%%PYTHON_SITELIBDIR%%/south/db/sqlite3.py +%%PYTHON_SITELIBDIR%%/south/db/sqlite3.pyc +%%PYTHON_SITELIBDIR%%/south/db/sqlite3.pyo +%%PYTHON_SITELIBDIR%%/south/exceptions.py +%%PYTHON_SITELIBDIR%%/south/exceptions.pyc +%%PYTHON_SITELIBDIR%%/south/exceptions.pyo +%%PYTHON_SITELIBDIR%%/south/hacks/__init__.py +%%PYTHON_SITELIBDIR%%/south/hacks/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/hacks/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/hacks/django_1_0.py +%%PYTHON_SITELIBDIR%%/south/hacks/django_1_0.pyc +%%PYTHON_SITELIBDIR%%/south/hacks/django_1_0.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/__init__.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/annoying_autoonetoone.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/annoying_autoonetoone.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/annoying_autoonetoone.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_audit_log.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_audit_log.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_audit_log.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_objectpermissions.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_objectpermissions.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_objectpermissions.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_tagging.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_tagging.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_tagging.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_taggit.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_taggit.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_taggit.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_timezones.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_timezones.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/django_timezones.pyo +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/geodjango.py +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/geodjango.pyc +%%PYTHON_SITELIBDIR%%/south/introspection_plugins/geodjango.pyo +%%PYTHON_SITELIBDIR%%/south/logger.py +%%PYTHON_SITELIBDIR%%/south/logger.pyc +%%PYTHON_SITELIBDIR%%/south/logger.pyo +%%PYTHON_SITELIBDIR%%/south/management/__init__.py +%%PYTHON_SITELIBDIR%%/south/management/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/management/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/__init__.py +%%PYTHON_SITELIBDIR%%/south/management/commands/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/convert_to_south.py +%%PYTHON_SITELIBDIR%%/south/management/commands/convert_to_south.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/convert_to_south.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/datamigration.py +%%PYTHON_SITELIBDIR%%/south/management/commands/datamigration.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/datamigration.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/graphmigrations.py +%%PYTHON_SITELIBDIR%%/south/management/commands/graphmigrations.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/graphmigrations.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/migrate.py +%%PYTHON_SITELIBDIR%%/south/management/commands/migrate.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/migrate.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/migrationcheck.py +%%PYTHON_SITELIBDIR%%/south/management/commands/migrationcheck.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/migrationcheck.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/schemamigration.py +%%PYTHON_SITELIBDIR%%/south/management/commands/schemamigration.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/schemamigration.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/startmigration.py +%%PYTHON_SITELIBDIR%%/south/management/commands/startmigration.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/startmigration.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/syncdb.py +%%PYTHON_SITELIBDIR%%/south/management/commands/syncdb.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/syncdb.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/test.py +%%PYTHON_SITELIBDIR%%/south/management/commands/test.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/test.pyo +%%PYTHON_SITELIBDIR%%/south/management/commands/testserver.py +%%PYTHON_SITELIBDIR%%/south/management/commands/testserver.pyc +%%PYTHON_SITELIBDIR%%/south/management/commands/testserver.pyo +%%PYTHON_SITELIBDIR%%/south/migration/__init__.py +%%PYTHON_SITELIBDIR%%/south/migration/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/migration/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/migration/base.py +%%PYTHON_SITELIBDIR%%/south/migration/base.pyc +%%PYTHON_SITELIBDIR%%/south/migration/base.pyo +%%PYTHON_SITELIBDIR%%/south/migration/migrators.py +%%PYTHON_SITELIBDIR%%/south/migration/migrators.pyc +%%PYTHON_SITELIBDIR%%/south/migration/migrators.pyo +%%PYTHON_SITELIBDIR%%/south/migration/utils.py +%%PYTHON_SITELIBDIR%%/south/migration/utils.pyc +%%PYTHON_SITELIBDIR%%/south/migration/utils.pyo +%%PYTHON_SITELIBDIR%%/south/models.py +%%PYTHON_SITELIBDIR%%/south/models.pyc +%%PYTHON_SITELIBDIR%%/south/models.pyo +%%PYTHON_SITELIBDIR%%/south/modelsinspector.py +%%PYTHON_SITELIBDIR%%/south/modelsinspector.pyc +%%PYTHON_SITELIBDIR%%/south/modelsinspector.pyo +%%PYTHON_SITELIBDIR%%/south/orm.py +%%PYTHON_SITELIBDIR%%/south/orm.pyc +%%PYTHON_SITELIBDIR%%/south/orm.pyo +%%PYTHON_SITELIBDIR%%/south/signals.py +%%PYTHON_SITELIBDIR%%/south/signals.pyc +%%PYTHON_SITELIBDIR%%/south/signals.pyo +%%PYTHON_SITELIBDIR%%/south/tests/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/autodetection.py +%%PYTHON_SITELIBDIR%%/south/tests/autodetection.pyc +%%PYTHON_SITELIBDIR%%/south/tests/autodetection.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0003_depends_on_higher.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0004_higher.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0004_higher.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/0004_higher.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/models.py +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/brokenapp/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/0001_first.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/0001_first.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/models.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_a/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/0001_first.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/0001_first.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/models.py +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/circular_b/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/db.py +%%PYTHON_SITELIBDIR%%/south/tests/db.pyc +%%PYTHON_SITELIBDIR%%/south/tests/db.pyo +%%PYTHON_SITELIBDIR%%/south/tests/db_mysql.py +%%PYTHON_SITELIBDIR%%/south/tests/db_mysql.pyc +%%PYTHON_SITELIBDIR%%/south/tests/db_mysql.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0001_a.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0001_a.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0001_a.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0002_a.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0002_a.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0002_a.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0003_a.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0003_a.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0003_a.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0004_a.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0004_a.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0004_a.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0005_a.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0005_a.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/0005_a.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/models.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_a/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0001_b.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0001_b.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0001_b.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0002_b.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0002_b.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0002_b.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0003_b.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0003_b.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0003_b.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0004_b.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0004_b.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0004_b.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0005_b.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0005_b.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/0005_b.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/models.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_b/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0001_c.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0001_c.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0001_c.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0002_c.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0002_c.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0002_c.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0003_c.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0003_c.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0003_c.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0004_c.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0004_c.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0004_c.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0005_c.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0005_c.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/0005_c.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/models.py +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/deps_c/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/models.py +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/emptyapp/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0001_spam.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0001_spam.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0001_spam.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0002_eggs.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0002_eggs.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0002_eggs.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0003_alter_spam.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0003_alter_spam.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/0003_alter_spam.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/models.py +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/fakeapp/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/freezer.py +%%PYTHON_SITELIBDIR%%/south/tests/freezer.pyc +%%PYTHON_SITELIBDIR%%/south/tests/freezer.pyo +%%PYTHON_SITELIBDIR%%/south/tests/inspector.py +%%PYTHON_SITELIBDIR%%/south/tests/inspector.pyc +%%PYTHON_SITELIBDIR%%/south/tests/inspector.pyo +%%PYTHON_SITELIBDIR%%/south/tests/logger.py +%%PYTHON_SITELIBDIR%%/south/tests/logger.pyc +%%PYTHON_SITELIBDIR%%/south/tests/logger.pyo +%%PYTHON_SITELIBDIR%%/south/tests/logic.py +%%PYTHON_SITELIBDIR%%/south/tests/logic.pyc +%%PYTHON_SITELIBDIR%%/south/tests/logic.pyo +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/models.py +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/non_managed/models.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0001_first.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0001_first.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0002_second.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0002_second.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0002_second.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0003_third.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0003_third.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/0003_third.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/models.py +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/models.pyc +%%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/models.pyo +%%PYTHON_SITELIBDIR%%/south/utils/__init__.py +%%PYTHON_SITELIBDIR%%/south/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/south/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/south/utils/datetime_utils.py +%%PYTHON_SITELIBDIR%%/south/utils/datetime_utils.pyc +%%PYTHON_SITELIBDIR%%/south/utils/datetime_utils.pyo +%%PYTHON_SITELIBDIR%%/south/utils/py3.py +%%PYTHON_SITELIBDIR%%/south/utils/py3.pyc +%%PYTHON_SITELIBDIR%%/south/utils/py3.pyo +%%PYTHON_SITELIBDIR%%/south/v2.py +%%PYTHON_SITELIBDIR%%/south/v2.pyc +%%PYTHON_SITELIBDIR%%/south/v2.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/south/utils +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/otherfakeapp +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/non_managed/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/non_managed +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/fakeapp/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/fakeapp +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/emptyapp/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/emptyapp +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_c/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_c +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_b/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_b +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_a/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/deps_a +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/circular_b/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/circular_b +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/circular_a/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/circular_a +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/brokenapp/migrations +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests/brokenapp +@dirrmtry %%PYTHON_SITELIBDIR%%/south/tests +@dirrmtry %%PYTHON_SITELIBDIR%%/south/migration +@dirrmtry %%PYTHON_SITELIBDIR%%/south/management/commands +@dirrmtry %%PYTHON_SITELIBDIR%%/south/management +@dirrmtry %%PYTHON_SITELIBDIR%%/south/introspection_plugins +@dirrmtry %%PYTHON_SITELIBDIR%%/south/hacks +@dirrmtry %%PYTHON_SITELIBDIR%%/south/db/sql_server +@dirrmtry %%PYTHON_SITELIBDIR%%/south/db +@dirrmtry %%PYTHON_SITELIBDIR%%/south/creator +@dirrmtry %%PYTHON_SITELIBDIR%%/south |