Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-29 10:01:45 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-29 10:01:45 (GMT)
commitbe93d4fc4c9c06998cfde88bc98b47224b11b52c (patch)
tree6f1135011724d4a02dc81844af3444b0f60631de /widgets.py
parent57efc155d569d059d85bb20d475eefec05823049 (diff)
Rename sugar to sugar3
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets.py b/widgets.py
index 9fc0b9f..608dbb6 100644
--- a/widgets.py
+++ b/widgets.py
@@ -19,7 +19,7 @@
from gi.repository import GObject
from gi.repository import Gtk
-from sugar.graphics.icon import Icon
+from sugar3.graphics.icon import Icon
class TabAdd(Gtk.HBox):