Skip to content

Commit

Permalink
Change import type of webcolors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Aug 27, 2015
1 parent f6a4086 commit 40e2326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion line.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os.path import join, dirname, realpath, isfile
from sublime import HIDDEN, PERSISTENT, load_settings, cache_path
import subprocess, os, glob, re, platform
import GutterColor.webcolors as webcolors
from GutterColor import webcolors

class Line:

Expand Down

0 comments on commit 40e2326

Please sign in to comment.