From 8ffa6e6e714a560d17e13f909625f143338e785b Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 12 Oct 2009 21:16:08 +0000 Subject: LP 439980 : Renaming nodes for XMLSerializer, Moving properties tests to /tmp, Removing commented code in filters --- (limited to 'tutorius/store.py') diff --git a/tutorius/store.py b/tutorius/store.py index dfd6fca..d66bb81 100644 --- a/tutorius/store.py +++ b/tutorius/store.py @@ -30,7 +30,7 @@ class StoreProxy(object): @return The list of category names stored on the server. """ - raise NotImplementerError("get_categories() not implemented") + raise NotImplementedError("get_categories() not implemented") def get_tutorials(self, keywords=None, category=None, startIndex=0, numResults=10, sortBy='name'): """ -- cgit v0.9.1