mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Getting back revision number - displayed like in GitHub commits (Issue #52)
This commit is contained in:
@@ -73,17 +73,6 @@ def checkDependencies():
|
||||
logger.warn(warnMsg)
|
||||
missing_libraries.add('python-ntlm')
|
||||
|
||||
try:
|
||||
import pysvn
|
||||
debugMsg = "'python-svn' third-party library is found"
|
||||
logger.debug(debugMsg)
|
||||
except ImportError, _:
|
||||
warnMsg = "sqlmap requires 'python-svn' third-party library for "
|
||||
warnMsg += "if you want to use the sqlmap update functionality. "
|
||||
warnMsg += "Download from http://pysvn.tigris.org/"
|
||||
logger.warn(warnMsg)
|
||||
missing_libraries.add('python-svn')
|
||||
|
||||
if IS_WIN:
|
||||
try:
|
||||
import pyreadline
|
||||
|
||||
Reference in New Issue
Block a user