mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
minor refactoring
This commit is contained in:
parent
81bd9a201b
commit
41b60b26fc
15 changed files with 39 additions and 39 deletions
|
|
@ -57,7 +57,7 @@ def updateMSSQLXML():
|
|||
root = doc.createElement("root")
|
||||
doc.appendChild(root)
|
||||
|
||||
for index in range(0, releasesCount):
|
||||
for index in xrange(0, releasesCount):
|
||||
release = releases[index]
|
||||
|
||||
# Skip Microsoft SQL Server 6.5 because the HTML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue