Skip to content

Commit

Permalink
Added encoding annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Monnoroch committed Mar 30, 2014
1 parent a50b640 commit c296422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
names_to_hex = { 'aliceblue': '#f0f8ffFF',
'antiquewhite': '#faebd7FF',
'aqua': '#00ffffFF',
Expand Down Expand Up @@ -146,4 +147,4 @@
'whitesmoke': '#f5f5f5FF',
'yellow': '#ffff00FF',
'yellowgreen': '#9acd32FF'}


0 comments on commit c296422

Please sign in to comment.