Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-27 10:00:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-27 10:00:30 (GMT)
commit1412b984e048f13dd55210692bd5cf380c416690 (patch)
treea5147dfdd1dbedfd1d78f42c6b687207dd61abab /sugar/graphics
parentb216135ed03209a69ef2f3a9d9672f44013cecf0 (diff)
Finish up deprecations
Diffstat (limited to 'sugar/graphics')
-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