summaryrefslogtreecommitdiff
path: root/Lib/xmlcore/etree/ElementPath.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xmlcore/etree/ElementPath.py')
-rw-r--r--Lib/xmlcore/etree/ElementPath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/xmlcore/etree/ElementPath.py b/Lib/xmlcore/etree/ElementPath.py
index 4685d122da..00dbe9d546 100644
--- a/Lib/xmlcore/etree/ElementPath.py
+++ b/Lib/xmlcore/etree/ElementPath.py
@@ -196,4 +196,3 @@ def findtext(element, path, default=None):
def findall(element, path):
return _compile(path).findall(element)
-