da2a11adf9
This reverts commit 0494a36681
.
4 lines
90 B
Python
Executable file
4 lines
90 B
Python
Executable file
import pymysql
|
|
|
|
pymysql.install_as_MySQLdb()
|
|
pymysql.version_info = (1, 4, 0, "final", 0)
|