]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
repair py2k support
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Jun 2021 17:39:03 +0000 (13:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Jun 2021 17:39:03 +0000 (13:39 -0400)
commit01b5e5fa08c646d3d1f65c731136a1a6a9255315
tree42847808837754253953dbbe6382cb06966faeca
parentc97d5b3dd6fde31acb8e9e0c67d0ebc54fa0d809
repair py2k support

the editor patch had some py3 isms as a result of us disabling
the python 2 tests in gerrit.   need to move forward w/ the py3k
or re-enable py2k

Change-Id: If47b0ebc105131fd3e7b8e6d76e0555da1484b8c
alembic/util/editor.py
tests/test_editor.py