summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pysvn/replace-python-first.patch
blob: 9ec4ce826e3ec35f6888359b71d7b38c7696771d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: Extension/Tests/benchmark_diff.py
===================================================================
--- Extension/Tests/benchmark_diff.py	(revision 2093)
+++ Extension/Tests/benchmark_diff.py	(working copy)
@@ -115,7 +115,7 @@
 
         if self.python:
             python_re = LiteralCaseBlindSearch( self.python )
-            self.replacement_list.append(
+            self.replacement_list.insert(0,
                  (python_re,            '<PYTHON>') )
 
         if self.svn_bin: