csch0 / SublimeText-Package-Reloader

Reloader of dependency modules in Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reload fails with ST4 (bad package_dir)

PhilippePerret opened this issue · comments

Instead of:

[line 63] if sublime.version()[0] == "3":

Use:

if int(sublime.version()[0]) > 2: