FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

Python 3 incompatibility #105

Closed jdvala closed 3 years ago

jdvala commented 6 years ago

There is a lot of incompatibility of imports in gittle. import url.praser is not compatible in python 3 same as from StringIO import StringIO is changed to from io import StringIO

liubao210 commented 3 years ago

pip install gittle3