Some more adjustments (Issue #475)

This commit is contained in:
stamparm
2013-07-01 12:50:03 +02:00
parent 2ca5df2802
commit 5ff09aff63
3 changed files with 21 additions and 15 deletions

View File

@@ -41,6 +41,9 @@ def checkDependencies():
import kinterbasdb
elif dbmsName == DBMS.DB2:
import ibm_db_dbi
elif dbmsName == DBMS.HSQLDB:
import jaydebeapi
import jpype
except ImportError:
warnMsg = "sqlmap requires '%s' third-party library " % data[1]
warnMsg += "in order to directly connect to the database "