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 16:37:25 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-06 16:37:25 (GMT)
commit6bfc1f8b5b1b68df51a471ff0d37eeb4a1760f98 (patch)
treeeebc8d5505cb552a2f1e166bdc25f0bc854f218b
parent00236fa2c92d63dc738a5aaaffb0b69e8d635d38 (diff)
Use sweetener.colors.XOColor in sweetener.icon.Icon
-rw-r--r--desktop/sweetener/icon.py2
-rw-r--r--sugar/sweetener/icon.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/sweetener/icon.py b/desktop/sweetener/icon.py
index 446c603..3eb0515 100644
--- a/desktop/sweetener/icon.py
+++ b/desktop/sweetener/icon.py
@@ -29,7 +29,7 @@ import gobject
import gtk
import cairo
-from xocolor import XoColor
+from colors import XoColor
class Node(object):
diff --git a/sugar/sweetener/icon.py b/sugar/sweetener/icon.py
index 59be87a..07c8c47 100644
--- a/sugar/sweetener/icon.py
+++ b/sugar/sweetener/icon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2007 Red Hat, Inc.
+# Copyright (C) 2012 Daniel Francis
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public