Skip to content

Commit

Permalink
VERSION has been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 5, 2018
1 parent b286284 commit 8117de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import re
import SublimeLinter

if getattr(SublimeLinter, 'VERSION', 3) > 3:
if getattr(SublimeLinter.lint, 'VERSION', 3) > 3:
from SublimeLinter.lint import const, Linter
ERROR = const.ERROR
WARNING = const.WARNING
Expand Down

0 comments on commit 8117de8

Please sign in to comment.