sqlalchemy-migrate/migrate
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
..
changeset Use engine.connect(); don't use private _run_visitor method 2019-07-16 09:39:49 -04:00
tests Merge "Fix spelling mistake" 2017-03-24 21:23:38 +00:00
versioning remove inspect.getargspec deprecation warning 2019-09-17 02:05:19 +01:00
__init__.py Un-break the version in migrate/__init__.py 2013-11-15 13:04:56 -05:00
exceptions.py Raise VersionNotFoundError instead of KeyError 2016-05-27 11:57:24 +05:30