Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui/cursors.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network_webui/cursors.py')
-rw-r--r--sugar_network_webui/cursors.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/sugar_network_webui/cursors.py b/sugar_network_webui/cursors.py
index 9e4bc8b..32621b6 100644
--- a/sugar_network_webui/cursors.py
+++ b/sugar_network_webui/cursors.py
@@ -30,10 +30,10 @@ class Mount:
self.autocomplete_Contexts = self.client.Context.cursor(
reply=['guid', 'title'], order_by='-mtime')
- self.feed_Contexts = self.client.Context.cursor( page_size=15,
+ self.feed_Contexts = self.client.Context.cursor( page_size=15,
reply=['guid', 'title', 'description', 'author', 'ctime', 'mtime'],
order_by='-mtime')
-
+
self.Projects = self.client.Context.cursor(type='project',
reply=['guid', 'type', 'title', 'author', 'summary',
'description', 'layer', 'mtime'],
@@ -53,11 +53,11 @@ class Mount:
reply=['guid', 'title'],
order_by='-mtime')
- self.feed_Contexts = self.client.Context.cursor( page_size=15,
+ self.feed_Contexts = self.client.Context.cursor( page_size=15,
layer='clone',
reply=['guid', 'title', 'description', 'author', 'ctime', 'mtime'],
order_by='-mtime')
-
+
self.Projects = self.client.Context.cursor(type='project',
reply=['guid', 'type', 'title', 'author', 'summary',
'description', 'layer', 'mtime'],