You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when runnign the script, without doing anything w gittle, getting this (running Py 2.6.6)
File "/usr/lib/python2.6/site-packages/gittle/init.py", line 1, in
from . import utils
File "/usr/lib/python2.6/site-packages/gittle/utils/init.py", line 1, in
from . import paths, urls, git
File "/usr/lib/python2.6/site-packages/gittle/utils/git.py", line 243
for oldkey, newkey in key_pairs
The text was updated successfully, but these errors were encountered:
On 21 July 2017 22:58:19 CEST, mrx ***@***.***> wrote:
added this to 'test.py'
import gittle
when runnign the script, without doing anything w gittle, getting this
File "/usr/lib/python2.6/site-packages/gittle/__init__.py", line 1, in
<module>
from . import utils
File "/usr/lib/python2.6/site-packages/gittle/utils/__init__.py", line
1, in <module>
from . import paths, urls, git
File "/usr/lib/python2.6/site-packages/gittle/utils/git.py", line 243
for oldkey, newkey in key_pairs
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#96
added this to 'test.py'
import gittle
when runnign the script, without doing anything w gittle, getting this (running Py 2.6.6)
File "/usr/lib/python2.6/site-packages/gittle/init.py", line 1, in
from . import utils
File "/usr/lib/python2.6/site-packages/gittle/utils/init.py", line 1, in
from . import paths, urls, git
File "/usr/lib/python2.6/site-packages/gittle/utils/git.py", line 243
for oldkey, newkey in key_pairs
The text was updated successfully, but these errors were encountered: