sqlalchemy-migrate/migrate/versioning
Cyril Roelandt a03b141a95 Port to Python3
Brief summary of the modifications:

* Use six for compatibility with both Python 2 and 3;
* Replace UserDict.DictMixin with collections.MutableMapping;
* Fix relative imports;
* Use test-requirements.txt for requirements that are common to both Python 2
  and 3, and test-requirements-py{2,3}.txt for version-specific requirements;
* Miscellaneous fixes.
* Use a specific test_db_py3.cfg file for Python 3, that only runs tests on
  sqlite.

Thanks to Victor Stinner who co-wrote this patch.

Change-Id: Ia6dc536c39d274924c21fd5bb619e8e5721e04c4
Co-Authored-By: Victor Stinner <victor.stinner@enovance.com>
2014-04-09 17:32:52 +02:00
..
script Port to Python3 2014-04-09 17:32:52 +02:00
templates Port to Python3 2014-04-09 17:32:52 +02:00
util Port to Python3 2014-04-09 17:32:52 +02:00
__init__.py convert svn to hg 2009-06-30 22:50:18 +02:00
api.py fixed issue 129 2011-10-02 20:13:10 +08:00
cfgparse.py Port to Python3 2014-04-09 17:32:52 +02:00
config.py remove versioning.base in favor of versioning.config 2009-08-07 16:10:15 +02:00
genmodel.py Port to Python3 2014-04-09 17:32:52 +02:00
migrate_repository.py change print statements to log.info 2010-06-09 17:16:01 +01:00
pathed.py move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00
repository.py Port to Python3 2014-04-09 17:32:52 +02:00
schema.py Port to Python3 2014-04-09 17:32:52 +02:00
schemadiff.py Port to Python3 2014-04-09 17:32:52 +02:00
shell.py Port to Python3 2014-04-09 17:32:52 +02:00
template.py Eradicate trailing whitespace 2014-02-26 15:04:54 -05:00
version.py Port to Python3 2014-04-09 17:32:52 +02:00