Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-10-30 22:22:33 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-10-30 22:22:33 (GMT)
commita3631cdcb01879ad1d0b8ed5454a6c581ba14300 (patch)
treeaadebcab65d466b8a4155d8860b054743e3afe68 /tutorius
parenta023cce7ec486c85234bc25ad1740191c920d454 (diff)
parent794e7ebdcd6ab80f0cba235c46fba46b8c5c3cef (diff)
Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline
Diffstat (limited to 'tutorius')
-rw-r--r--tutorius/store.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorius/store.py b/tutorius/store.py
index 480c81b..9c8bdff 100644
--- a/tutorius/store.py
+++ b/tutorius/store.py
@@ -136,7 +136,7 @@ class StoreProxy(object):
content itself and not the path to the file.
@return True if the tutorial was sent correctly, False otherwise.
"""
- raise NotImplemetedError("publish() not implemented")
+ raise NotImplementedError("publish() not implemented")
def unpublish(self, tutorial_store_id):
"""
@@ -149,7 +149,7 @@ class StoreProxy(object):
@param tutorial_store_id The ID of the tutorial to be removed
@return True if the tutorial was properly removed from the server
"""
- raise NotImplementedError("unpublish() not implemeted")
+ raise NotImplementedError("unpublish() not implemented")
def update_published_tutorial(self, tutorial_id, tutorial):
"""