sublime-text-2-github-tools
sublime-text-2-github-tools copied to clipboard
doesnt work? sublime 2
I have it installed (points to this github url).
But nothing shows up when I type 'gith'.
Used to work great.
Might be a python version issue? I'm using python 2.7, so I had to edit this line in Packages/Github Tools/github.py: https://github.com/temochka/sublime-text-2-github-tools/blob/master/github.py#L2
import urllib.parse as urllib -> import urllib
You can check for a more specific error with
ctrl + `
to open the sublime console. Then scroll up until you see an error involving github tools.