Skip to content

Commit c19e072

Browse files
committed
Attempt fix of import fail
1 parent 40e2326 commit c19e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from os.path import join, dirname, realpath, isfile
22
from sublime import HIDDEN, PERSISTENT, load_settings, cache_path
33
import subprocess, os, glob, re, platform
4-
from GutterColor import webcolors
4+
from .webcolors import webcolors
55

66
class Line:
77

0 commit comments

Comments
 (0)