sqlalchemy-migrate/migrate/versioning/util
dineshbhor 9356e5e28a Fix DeprecationWarning on setuptools >= 11.3
Python 3.4 unit test is failing because of
DeprecationWarning: Parameters to load are deprecated.
Called .resolve and .require separately on setuptools >= 11.3.

Made provision to call .resolve() method if setuptools >= 10.2
and less than 11.3 else call .load() method.

Change-Id: I5ba80edfbf6b7c8399c66f01d57c91bd02eab274
Closes-Bug: #1586060
2016-05-26 20:12:25 +05:30
..
__init__.py Fix DeprecationWarning on setuptools >= 11.3 2016-05-26 20:12:25 +05:30
importpath.py Unblock migrate (py26 and py3* testing issues) 2015-07-18 10:39:35 -07:00
keyedinstance.py Eradicate trailing whitespace 2014-02-26 15:04:54 -05:00