From a3631cdcb01879ad1d0b8ed5454a6c581ba14300 Mon Sep 17 00:00:00 2001 From: erick Date: Fri, 30 Oct 2009 22:22:33 +0000 Subject: Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline --- (limited to 'tutorius/store.py') 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): """ -- cgit v0.9.1