Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-spread-box.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-spread-box.py')
-rwxr-xr-xtests/test-spread-box.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-spread-box.py b/tests/test-spread-box.py
index dc4e73e..ba774c4 100755
--- a/tests/test-spread-box.py
+++ b/tests/test-spread-box.py
@@ -27,11 +27,11 @@ import gtk
import hippo
from sugar.graphics.spreadbox import SpreadBox
-from sugar.graphics.iconcolor import IconColor
+from sugar.graphics.xocolor import XoColor
from sugar.graphics.canvasicon import CanvasIcon
def _create_icon():
- color = IconColor()
+ color = XoColor()
icon = CanvasIcon(size=100, color=color,
icon_name='stock-buddy')