sqlalchemy-migrate/migrate/versioning
Sean Mooney 5d1f322542 remove inspect.getargspec deprecation warning
In python 3 inspect.getargspec is deprecated and
replaced with inspect.getfullargspec which does not
exist on python 2.7. This change uses six to select
the correct version to use based on the python version
used.

Change-Id: I234a3509ff850d0c5616ebcfa240212b03db9e76
Closes-Bug: #1814288
2019-09-17 02:05:19 +01:00
..
script remove inspect.getargspec deprecation warning 2019-09-17 02:05:19 +01:00
templates Fixes the auto-generated manage.py 2014-08-02 11:41:39 -07:00
util Fix DeprecationWarning on setuptools >= 11.3 2016-05-26 20:12:25 +05:30
__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 Fixes usage function for Py3 2015-07-22 18:03:34 +00:00
pathed.py move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00
repository.py Update flake8 related dependencies 2015-07-05 06:44:03 -07: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 Raise VersionNotFoundError instead of KeyError 2016-05-27 11:57:24 +05:30