mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
replaced third-party library python-mysql with python pymysql, http://code.google.com/p/pymysql/ (MIT license)
This commit is contained in:
parent
e76cb19e35
commit
1cb12ea659
5 changed files with 15 additions and 15 deletions
|
|
@ -32,7 +32,7 @@ def checkDependencies():
|
|||
warnMsg += "Download from %s" % data[2]
|
||||
logger.warn(warnMsg)
|
||||
elif dbmsName == DBMS.MYSQL:
|
||||
import MySQLdb
|
||||
import pymysql
|
||||
elif dbmsName == DBMS.PGSQL:
|
||||
import psycopg2
|
||||
elif dbmsName == DBMS.ORACLE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue