diff --git a/sugar/graphics/menushell.py b/sugar/graphics/menushell.py index 733ac10c..61b98b08 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 d161e156..a624cf4c 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