diff options
Diffstat (limited to 'Lib/xmlcore')
| -rw-r--r-- | Lib/xmlcore/etree/ElementInclude.py | 1 | ||||
| -rw-r--r-- | Lib/xmlcore/etree/ElementPath.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xmlcore/etree/ElementInclude.py b/Lib/xmlcore/etree/ElementInclude.py index 479d754..974cc21 100644 --- a/Lib/xmlcore/etree/ElementInclude.py +++ b/Lib/xmlcore/etree/ElementInclude.py @@ -141,4 +141,3 @@ def include(elem, loader=None): else: include(e, loader) i = i + 1 - diff --git a/Lib/xmlcore/etree/ElementPath.py b/Lib/xmlcore/etree/ElementPath.py index 4685d12..00dbe9d 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) - |
