[Python-modules-commits] [python-tornado] 01/03: Revert "Use pymysql as a drop-in replacement for MySQLdb."

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue May 24 13:07:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository python-tornado.

commit 5e63252dd39776080eb2604958f0a735c1dbcc06
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue May 24 15:06:13 2016 +0200

    Revert "Use pymysql as a drop-in replacement for MySQLdb."
    
    This reverts commit 665ea0e820a18f441329cdcf9f104278c32ffd99.
---
 demos/blog/blog.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/demos/blog/blog.py b/demos/blog/blog.py
index 14dd699..c78e532 100755
--- a/demos/blog/blog.py
+++ b/demos/blog/blog.py
@@ -14,9 +14,6 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-import pymysql
-pymysql.install_as_MySQLdb()
-
 import bcrypt
 import concurrent.futures
 import MySQLdb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list