gmvault icon indicating copy to clipboard operation
gmvault copied to clipboard

Make code Python 3 compatible

Open dan-blanchard opened this issue 8 years ago • 2 comments

Most of the changes here were created by python-modernize. The gnarlier bytearray-related changes in blowfish.py had to be added manually because that script doesn't know how to handle that stuff.

The setup.py package_dir change was necessary to get pip install -e or python setup.py develop working.

I haven't gotten a chance to test everything with this yet, but I figured it was a quick step in the right direction.

dan-blanchard avatar Jan 03 '17 21:01 dan-blanchard

@dan-blanchard Ok thanks. I need to test it in the coming days and reworke some parts as I can see already.

gaubert avatar Jan 04 '17 07:01 gaubert

@gaubert - did you ever come back to this?

mrjcleaver avatar May 13 '18 10:05 mrjcleaver