mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Trivial style update
This commit is contained in:
parent
e5968cae31
commit
717c451b8c
4 changed files with 7 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ def cleanupVals(text, tag):
|
|||
return text
|
||||
|
||||
def parseXmlNode(node):
|
||||
for element in node.getiterator('boundary'):
|
||||
for element in node.getiterator("boundary"):
|
||||
boundary = AttribDict()
|
||||
|
||||
for child in element.getchildren():
|
||||
|
|
@ -48,7 +48,7 @@ def parseXmlNode(node):
|
|||
|
||||
conf.boundaries.append(boundary)
|
||||
|
||||
for element in node.getiterator('test'):
|
||||
for element in node.getiterator("test"):
|
||||
test = AttribDict()
|
||||
|
||||
for child in element.getchildren():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue