Skip to content

Commit

Permalink
changing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
john2x committed May 16, 2011
1 parent bdc7ddb commit 2b31b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solarized.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from pygments.style import Style
from pygments.token import *
from pygments.token import Keyword, Name, Comment, String, Error, \
Number, Operator, Generic, Whitespace, Punctuation, Other, Literal

BASE0 = '#839496'
BASE1 = '#93a1a1'
Expand Down

0 comments on commit 2b31b72

Please sign in to comment.