We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37197c2 commit 7c22375Copy full SHA for 7c22375
src/extractcode/patch.py
@@ -134,7 +134,7 @@ def patch_info(location):
134
135
Raise an exception if the file is not a patch file or cannot be parsed.
136
"""
137
- import patch as pythonpatch
+ import patch_ng as pythonpatch
138
patchset = pythonpatch.fromfile(location)
139
if not patchset:
140
msg = 'Unable to parse patch file: %(location)s' % locals()
0 commit comments