[Pkg-sugar-commit] [sugar-toolkit] 01/07: Open content bundles on a external device #1748
Jonas Smedegaard
dr at jones.dk
Thu Apr 16 18:52:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v0.92.1
in repository sugar-toolkit.
commit 8f9f320ea9480fc921e71404bb24f4643aa3a918
Author: Simon Schampijer <simon at schampijer.de>
Date: Wed Mar 2 12:26:14 2011 -0500
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 <gonzalo at laptop.org>
Acked-By: Simon Schampijer <simon at laptop.org>
Reviewed-By: Sascha Silbe<silbe at activitycentral.com>
---
src/sugar/bundle/contentbundle.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-toolkit.git
More information about the pkg-sugar-commit
mailing list