We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a4086 commit 40e2326Copy full SHA for 40e2326
line.py
@@ -1,7 +1,7 @@
1
from os.path import join, dirname, realpath, isfile
2
from sublime import HIDDEN, PERSISTENT, load_settings, cache_path
3
import subprocess, os, glob, re, platform
4
-import GutterColor.webcolors as webcolors
+from GutterColor import webcolors
5
6
class Line:
7
0 commit comments