Skip to content

Commit 40e2326

Browse files
committed
Change import type of webcolors
1 parent f6a4086 commit 40e2326

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-
import GutterColor.webcolors as webcolors
4+
from GutterColor import webcolors
55

66
class Line:
77

0 commit comments

Comments
 (0)