apbs/apbs-python311.patch
Antonio Trande 797d60a8fa Add patch file
2022-01-04 16:06:02 +01:00

11 lines
340 B
Diff

--- 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()