From 0dc6b0b73a437e3202bdc3e88c0dcc19eef6618f Mon Sep 17 00:00:00 2001 From: Ben Tremblay Date: Thu, 12 Nov 2009 15:54:20 +0000 Subject: Modified the tutorial parse function to also return the tutorial id --- (limited to 'tutorius/store.py') diff --git a/tutorius/store.py b/tutorius/store.py index cf20dd0..dc52c82 100644 --- a/tutorius/store.py +++ b/tutorius/store.py @@ -458,6 +458,7 @@ class StoreProxyHelper(object): tutorial = {} params = [ + 'id', 'name', 'summary', 'version', -- cgit v0.9.1