From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 8 13:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75A781065670 for ; Tue, 8 May 2012 13:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4493F8FC25 for ; Tue, 8 May 2012 13:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q48Do7RX026540 for ; Tue, 8 May 2012 13:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q48Do7Hu026539; Tue, 8 May 2012 13:50:07 GMT (envelope-from gnats) Resent-Date: Tue, 8 May 2012 13:50:07 GMT Resent-Message-Id: <201205081350.q48Do7Hu026539@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0063C106566C for ; Tue, 8 May 2012 13:43:17 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id A49488FC12 for ; Tue, 8 May 2012 13:43:16 +0000 (UTC) Received: by qabj40 with SMTP id j40so594606qab.15 for ; Tue, 08 May 2012 06:43:15 -0700 (PDT) Received: by 10.220.152.205 with SMTP id h13mr2111215vcw.12.1336484595703; Tue, 08 May 2012 06:43:15 -0700 (PDT) Received: from localhost (201.86.24.134.dynamic.adsl.gvt.net.br. [201.86.24.134]) by mx.google.com with ESMTPS id bv19sm3775893vdc.19.2012.05.08.06.43.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 May 2012 06:43:15 -0700 (PDT) Message-Id: <4fa922f3.f3ae340a.55ea.ffffa8f9@mx.google.com> Date: Tue, 08 May 2012 06:43:15 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167712: [PATCH] databases/py-south: bump to 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 13:50:07 -0000 >Number: 167712 >Category: ports >Synopsis: [PATCH] databases/py-south: bump to 0.7.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 08 13:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: >Description: Current ports is 0.7.3 which is incompatible with www/django (1.4) 0.7.5 is compatible with django 1.4 and provide a few bug fixes. >How-To-Repeat: >Fix: See attached patch --- py-south.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/py-south/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 9 Jan 2012 15:40:55 -0000 1.5 +++ Makefile 8 May 2012 13:41:05 -0000 @@ -6,18 +6,17 @@ # PORTNAME= south -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.5 CATEGORIES= databases python -MASTER_SITES= http://www.aeracode.org/releases/south/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= South-${PORTVERSION} MAINTAINER= count@211.ru COMMENT= This is South, intelligent schema migrations for Django apps LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes PYDISTUTILS_PKGNAME= South USE_PYDISTUTILS= easy_install Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/py-south/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 11 May 2011 20:03:44 -0000 1.5 +++ distinfo 8 May 2012 13:41:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (south-0.7.3.tar.gz) = ab1c72cd013fab2ddbef3100f2bf7a7f3d9fbc7169cd3e6c181060c17fdeea97 -SIZE (south-0.7.3.tar.gz) = 112673 +SHA256 (South-0.7.5.tar.gz) = 7f0072806405f2b2be4ad231aa0f570cd309c7e9bb976e7326e99e15abfc6ab5 +SIZE (South-0.7.5.tar.gz) = 90268 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/py-south/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 11 May 2011 20:03:44 -0000 1.3 +++ pkg-plist 8 May 2012 13:41:05 -0000 @@ -1,350 +1,369 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyc -%%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/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0002_eggs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0001_spam.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations/0003_alter_spam.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.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.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_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.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0001_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0002_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_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.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0003_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0004_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/0005_c.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.pyc +%%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/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/freezer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.py +%%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/models.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyc +%%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/0001_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0004_b.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0005_b.pyc +%%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/0005_b.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0001_b.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0003_b.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_b/migrations/0002_b.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0003_third.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyc +%%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/0003_third.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations/0002_second.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/autodetection.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logger.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/logic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0005_a.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0001_a.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0002_a.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0004_a.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/migrations/0003_a.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_a/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/inspector.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0002_depends_on_unknown.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0001_depends_on_unmigrated.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0003_depends_on_higher.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/0004_higher.py +%%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.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/brokenapp/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/db_mysql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/migrations/0001_first.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_a/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/testserver.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/syncdb.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/convert_to_south.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/schemamigration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/startmigration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/migrationcheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/test.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/datamigration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands/graphmigrations.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/migrators.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/base.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks/django_1_0.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/signals.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/modelsinspector.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.py +%%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/annoying_autoonetoone.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_timezones.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/geodjango.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_tagging.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/annoying_autoonetoone.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_audit_log.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_objectpermissions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins/django_taggit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server/pyodbc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sqlite3.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/mysql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/generic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/postgresql_psycopg2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/firebird.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/oracle.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/changes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/actions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/freezer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/orm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/logger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt %%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/top_level.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -@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_c/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/circular_b +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/creator +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db/sql_server +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/db +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks +@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/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/fakeapp/migrations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp @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/otherfakeapp/migrations +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/otherfakeapp +@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/emptyapp/migrations @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/emptyapp -@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/deps_c/migrations +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/deps_c +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp/migrations +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests/fakeapp @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/migration -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/hacks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/introspection_plugins -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management/commands -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/management -@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%% --- py-south.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: