Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/commands.py')
-rw-r--r--sugar_network/client/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/client/commands.py b/sugar_network/client/commands.py
index 404ddf9..d20b2aa 100644
--- a/sugar_network/client/commands.py
+++ b/sugar_network/client/commands.py
@@ -464,7 +464,7 @@ class ClientCommands(db.CommandsProcessor, Commands, journal.Commands):
else:
copy = self._node_call(method='GET', document='context', guid=guid,
reply=[
- 'type', 'implement', 'title', 'summary', 'description',
+ 'type', 'title', 'summary', 'description',
'homepage', 'mime_types', 'dependencies',
])
copy.update(props)