Fixing broken import
This commit is contained in:
parent
3bf9245036
commit
927c4c5d16
2
NEWS
2
NEWS
@ -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)
|
||||||
|
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user