[Sugar-devel] [PATCH] Open content bundles on a external device #1748
Simon Schampijer
simon at schampijer.de
Wed Mar 2 12:31:57 EST 2011
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 <gonzalo at laptop.org>
Acked-By: Simon Schampijer <simon at laptop.org>
---
src/sugar/bundle/contentbundle.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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()
--
1.7.4
More information about the Sugar-devel
mailing list