From 1b0624f034909d0b42e6e7da8ec414125ce35109 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Thu, 22 Oct 2009 21:37:46 +0000 Subject: finish the vault merge :: use it --- (limited to 'tutorius/engine.py') diff --git a/tutorius/engine.py b/tutorius/engine.py index dda9f3f..9c1dae4 100644 --- a/tutorius/engine.py +++ b/tutorius/engine.py @@ -2,7 +2,7 @@ import logging import dbus.mainloop.glib from jarabe.model import shell -from sugar.tutorius.bundler import TutorialStore +from sugar.tutorius.vault import Vault from sugar.bundle.activitybundle import ActivityBundle class Engine: @@ -25,11 +25,9 @@ class Engine: self._tutorial.detach() self._tutorial = None - store = TutorialStore() - #Get the active activity from the shell activity = self._shell.get_active_activity() - self._tutorial = store.load_tutorial(tutorialID, bundle_path=activity.get_bundle_path()) + self._tutorial = Vault.loadTutorial(tutorialID) #TProbes automatically use the bundle id, available from the ActivityBundle bundle = ActivityBundle(activity.get_bundle_path()) -- cgit v0.9.1