Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-06 22:20:16 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-06 22:20:16 (GMT)
commit06ea0db66b6e04627687d02b084e44bc6c6f14c2 (patch)
tree1cd4c7e5ed20e5c85f91b1be0974aec21efda54a
parentbc1afa7d64f4c6dea84c2c6ab128d5de5a78db42 (diff)
XoColor correction
-rw-r--r--sugar/sweetener/colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/sweetener/colors.py b/sugar/sweetener/colors.py
index cb38f7a..96d48ba 100644
--- a/sugar/sweetener/colors.py
+++ b/sugar/sweetener/colors.py
@@ -18,7 +18,7 @@
import logging
logger = logging.getLogger('colors')
-from sugar.graphics.xocolor import XOColor
+from sugar.graphics.xocolor import XoColor
def color2string(color):
color_string = ["#"]