Skip to content

Commit 7c22375

Browse files
authored
Use patch-ng fork instead of unmaintained patch
1 parent 37197c2 commit 7c22375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extractcode/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def patch_info(location):
134134
135135
Raise an exception if the file is not a patch file or cannot be parsed.
136136
"""
137-
import patch as pythonpatch
137+
import patch_ng as pythonpatch
138138
patchset = pythonpatch.fromfile(location)
139139
if not patchset:
140140
msg = 'Unable to parse patch file: %(location)s' % locals()

0 commit comments

Comments
 (0)