Add patch file
This commit is contained in:
parent
d8042f16d7
commit
797d60a8fa
1 changed files with 11 additions and 0 deletions
11
apbs-python311.patch
Normal file
11
apbs-python311.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/tools/manip/inputgen.orig.py 2020-05-30 03:47:30.000000000 +0200
|
||||
+++ b/tools/manip/inputgen.py 2021-12-26 12:13:08.819979543 +0100
|
||||
@@ -266,7 +266,7 @@
|
||||
file (string)
|
||||
"""
|
||||
nproc = 0
|
||||
- file = open(filename, 'rU')
|
||||
+ file = open(filename)
|
||||
text = ""
|
||||
while 1:
|
||||
line = file.readline()
|
||||
Loading…
Add table
Add a link
Reference in a new issue