From ca02d59e116200cf689bf24ff61f025973d394ec Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 02 Mar 2011 17:26:14 +0000 Subject: Open content bundles on a external device #1748 Remove the path parameter as it is not used anyhow. The patch for the sugar module does make sure the method is called correctly. Signed-off-by: Gonzalo Odiard Acked-By: Simon Schampijer Reviewed-By: Sascha Silbe --- (limited to 'src/sugar/bundle/contentbundle.py') diff --git a/src/sugar/bundle/contentbundle.py b/src/sugar/bundle/contentbundle.py index 7e6be37..e4f6eb1 100644 --- a/src/sugar/bundle/contentbundle.py +++ b/src/sugar/bundle/contentbundle.py @@ -224,7 +224,7 @@ class ContentBundle(Bundle): else: return False - def install(self, install_path): + def install(self): # TODO ignore passed install_path argument # needs rethinking while fixing ContentBundle support install_path = env.get_user_library_path() -- cgit v0.9.1