Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
try:
|
||||
import pymysql
|
||||
except ImportError:
|
||||
pymysql = None
|
||||
|
||||
if pymysql is not None:
|
||||
pymysql.install_as_MySQLdb()
|
||||
Reference in New Issue
Block a user