Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/popupcontext.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-27 09:59:02 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-27 09:59:02 (GMT)
commitb216135ed03209a69ef2f3a9d9672f44013cecf0 (patch)
treee6525ee01887883d9da0c047c90cdfd518966836 /sugar/graphics/popupcontext.py
parent2baa2881e05b4f49109d072e02f0de420bfa82cd (diff)
More removal and deprecations
Diffstat (limited to 'sugar/graphics/popupcontext.py')
-rw-r--r--sugar/graphics/popupcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/popupcontext.py b/sugar/graphics/popupcontext.py
index df4a9b3..44654a3 100644
--- a/sugar/graphics/popupcontext.py
+++ b/sugar/graphics/popupcontext.py
@@ -14,8 +14,8 @@
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+
import gobject
-import hippo
class PopupContext(gobject.GObject):
__gtype_name__ = 'SugarPopupContext'