bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

python3 support #42

Closed davidovitch closed 5 years ago

davidovitch commented 6 years ago

Support for Python3 would be nice at some point (https://pythonclock.org/). I don't know about other distributions, but at least on Arch Linux you can chose between python2-nautilus or python-nautilus for the Python bindings.

A quick test on my Arch Linux system showed that 2to3 creates a version of the current master that works just like that with python-nautilus. I am sure you can make the code 2 and 3 compatible at the same time, but that usually requires a little extra work. I can help out with a PR if needed.

MaxSchambach commented 5 years ago

I felt the same way, see my PR #45 :)

bilelmoussaoui commented 5 years ago

Fixed on master thanks to @MaxSchambach