meliae icon indicating copy to clipboard operation
meliae copied to clipboard

Add python 3 compatibility

Open FFY00 opened this issue 6 years ago • 1 comments

With python 2 being discontinued in 9 months could you merge this to keep the project usable? Thanks in advance.

FFY00 avatar Mar 18 '19 22:03 FFY00

The provided changes are not enough, for example this needs to be changed as file doesn't exist in Python 3 anymore:

https://github.com/isaacl/meliae/blob/f4bda183bbd4f1285d8fd8c553e102d4325c1753/meliae/loader.py#L530-L533

Otherwise it'll die with:

NameError: name 'file' is not defined

Please don't let this project die @isaacl!

linusg avatar Sep 25 '19 19:09 linusg