Fixing broken import

This commit is contained in:
Marco Pesenti Gritti 2007-07-18 23:27:01 +02:00
parent 3bf9245036
commit 927c4c5d16
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
* Fix opening downloads from the clipboard. (marco)
Snapshot 6b57baa075 Snapshot 6b57baa075
* #2008 Place free views palettes at cursor. (marco) * #2008 Place free views palettes at cursor. (marco)

View File

@ -128,7 +128,7 @@ class ClipboardMenu(Palette):
#jobject.resume() #jobject.resume()
# TODO: take this out when we fix the mess that is the shell/shellservice. # TODO: take this out when we fix the mess that is the shell/shellservice.
from shell.model import bundleregistry from model import bundleregistry
from sugar.activity.bundle import Bundle from sugar.activity.bundle import Bundle
from sugar.activity import activityfactory from sugar.activity import activityfactory
if jobject.is_bundle(): if jobject.is_bundle():