From 62a46ff92b234d07437f9f36efea576996eb84e2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 12 Oct 2006 10:47:17 +0000 Subject: Create a private sugar lib and put our extensions there. --- (limited to 'shell') diff --git a/shell/view/Shell.py b/shell/view/Shell.py index 38ba9ac..8ee109b 100644 --- a/shell/view/Shell.py +++ b/shell/view/Shell.py @@ -10,7 +10,7 @@ from view.ActivityHost import ActivityHost from sugar.activity import ActivityFactory from sugar.activity import Activity from view.frame.Frame import Frame -from globalkeys import KeyGrabber +from _sugar import KeyGrabber import sugar class Shell(gobject.GObject): -- cgit v0.9.1