Switch from MySQL-python to PyMySQL

As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.

https://etherpad.openstack.org/p/liberty-cross-project-python3

Change-Id: I590c26523f4dc8d14c45e61bb89555486629b64d
This commit is contained in:
Jeremy Stanley
2015-05-20 01:03:59 +00:00
parent c541dff089
commit 650c811cdf
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Run like:
MYSQL:
./tools/db/schema_diff.py mysql://root@localhost \
./tools/db/schema_diff.py mysql+pymysql://root@localhost \
master:latest my_branch:82
POSTGRESQL: