Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics/iconwidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics/iconwidget.py')
-rw-r--r--tests/graphics/iconwidget.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/graphics/iconwidget.py b/tests/graphics/iconwidget.py
index a425c17..d4626ff 100644
--- a/tests/graphics/iconwidget.py
+++ b/tests/graphics/iconwidget.py
@@ -16,13 +16,13 @@
# Boston, MA 02111-1307, USA.
"""
-Test the sugar.graphics.icon.Icon widget.
+Test the sugar3.graphics.icon.Icon widget.
"""
import gtk
-from sugar.graphics.icon import Icon
-from sugar.graphics.xocolor import XoColor
+from sugar3.graphics.icon import Icon
+from sugar3.graphics.xocolor import XoColor
import common