b3ni / Sublime-Fabric

Sublime Text plugin for running tasks Fabric / Python
MIT License
19 stars 5 forks source link

ST3 support #9

Closed iurisilvio closed 10 years ago

iurisilvio commented 10 years ago

It works for me with ST2 and ST3, I tried to not break anything.

I had to do a workaround to make importing works. It should work this way: from Sublime-Fabric import something. It does not work because it is an invalid package name. If I rename it to sublime_fabric, it is possible to simplify the try/expect ValueError.

Ref #8