Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/routes.py')
-rw-r--r--sugar_network/node/routes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar_network/node/routes.py b/sugar_network/node/routes.py
index e34c0ed..705d7c2 100644
--- a/sugar_network/node/routes.py
+++ b/sugar_network/node/routes.py
@@ -398,7 +398,6 @@ def load_bundle(volume, request, bundle_path):
for arcname in bundle.get_names():
unpack_size += bundle.getmember(arcname).size
spec = bundle.get_spec()
- extract = bundle.rootdir
context = _load_context_metadata(bundle, spec)
if 'requires' in impl:
spec.requires.update(parse_requires(impl.pop('requires')))
@@ -413,7 +412,6 @@ def load_bundle(volume, request, bundle_path):
}}
data['unpack_size'] = unpack_size
data['mime_type'] = 'application/vnd.olpc-sugar'
- data['extract'] = extract
if initial and not contexts.exists(impl['context']):
context['guid'] = impl['context']