[Pkg-sugar-commit] [sugar-browse-activity] 01/10: Use get_bundle in the toolkit

Jonas Smedegaard dr at jones.dk
Fri Jul 3 21:58:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository sugar-browse-activity.

commit 5175ff6e6bc5d715c4a505095fdc4f687ae02d84
Author: Gonzalo Odiard <godiard at gmail.com>
Date:   Thu Jul 2 18:18:33 2015 -0300

    Use get_bundle in the toolkit
---
 downloadmanager.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/downloadmanager.py b/downloadmanager.py
index bbb8cd1..4dfbcb0 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -37,8 +37,7 @@ from sugar3.graphics.icon import Icon
 from sugar3.activity import activity
 
 try:
-    from jarabe.journal.bundlelauncher import get_bundle
-    from sugar3.activity.activity import launch_bundle
+    from sugar3.activity.activity import launch_bundle, get_bundle
     _HAS_BUNDLE_LAUNCHER = True
 except ImportError:
     _HAS_BUNDLE_LAUNCHER = False

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-browse-activity.git



More information about the pkg-sugar-commit mailing list