Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/menushell.py4
-rw-r--r--sugar/graphics/toggleiconbutton.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/sugar/graphics/menushell.py b/sugar/graphics/menushell.py
index 733ac10..61b98b0 100644
--- a/sugar/graphics/menushell.py
+++ b/sugar/graphics/menushell.py
@@ -15,10 +15,6 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-#
-# DEPRECATED. Do not use in new code. We will reimplement it in gtk
-#
-
import gobject
import gtk
diff --git a/sugar/graphics/toggleiconbutton.py b/sugar/graphics/toggleiconbutton.py
index d161e15..a624cf4 100644
--- a/sugar/graphics/toggleiconbutton.py
+++ b/sugar/graphics/toggleiconbutton.py
@@ -15,6 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+#
+# DEPRECATED. Do not use in new code. We will reimplement it in gtk
+#
+
import gobject
import hippo