Salome HOME
Update list of known failed tests from testbase
[tools/configuration.git] / config / patches / edf / otwrapy_0.7_py3.patch
1 diff -Naur a/setup.py b/setup.py
2 --- a/setup.py  2017-10-26 11:31:16.000000000 +0200
3 +++ b/setup.py  2018-09-13 13:58:34.256434654 +0200
4 @@ -6,7 +6,7 @@
5  from codecs import open
6  from os import path
7  
8 -with open('otwrapy/__init__.py') as fid:
9 +with open('otwrapy/__init__.py', 'r') as fid:
10      for line in fid:
11          if line.startswith('__version__'):
12              version = line.strip().split()[-1][1:-1]