summaryrefslogtreecommitdiff
path: root/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py
blob: c440b2455c24815f2810d15a97a6adf7bc93a7fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- xml/xpath/ParsedAbbreviatedRelativeLocationPath.py.orig	2009-07-09 08:43:39.000000000 +0800
+++ xml/xpath/ParsedAbbreviatedRelativeLocationPath.py	2009-07-09 08:43:56.000000000 +0800
@@ -28,8 +28,8 @@
         self._right = right
         nt = ParsedNodeTest.ParsedNodeTest('node','')
         ppl = ParsedPredicateList.ParsedPredicateList([])
-        as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
-        self._middle = ParsedStep.ParsedStep(as, nt, ppl)
+        as26 = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
+        self._middle = ParsedStep.ParsedStep(as26, nt, ppl)
 
     def evaluate(self, context):
         res = []