We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6946ae9 commit d0a393eCopy full SHA for d0a393e
python/ql/test/library-tests/frameworks/stdlib/XPathExecution.py
@@ -9,8 +9,7 @@
9
root.findall(match, namespaces=ns) # $ getXPath=match
10
root.findtext(match, default=None, namespaces=ns) # $ getXPath=match
11
12
-from xml.etree.ElementTree import ElementTree
13
-tree = ElementTree()
+tree = ET.ElementTree()
14
tree.parse("index.xhtml")
15
16
tree.find(match, namespaces=ns) # $ getXPath=match
0 commit comments