Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / pysvn / replace-python-first.patch
blob9ec4ce826e3ec35f6888359b71d7b38c7696771d
1 Index: Extension/Tests/benchmark_diff.py
2 ===================================================================
3 --- Extension/Tests/benchmark_diff.py (revision 2093)
4 +++ Extension/Tests/benchmark_diff.py (working copy)
5 @@ -115,7 +115,7 @@
7 if self.python:
8 python_re = LiteralCaseBlindSearch( self.python )
9 - self.replacement_list.append(
10 + self.replacement_list.insert(0,
11 (python_re, '<PYTHON>') )
13 if self.svn_bin: