From b2fdc81850ee0b922598fc55b655074c1e335cc4 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Sun, 18 Oct 2009 18:24:28 +0000 Subject: fix the bundle fix, duh --- diff --git a/tutorius/bundler.py b/tutorius/bundler.py index 86bb6ba..d374924 100644 --- a/tutorius/bundler.py +++ b/tutorius/bundler.py @@ -127,13 +127,13 @@ class Serializer(object): exception occur. If no GUID is provided, FSM is written in a new file in the store root. """ - return NotImplementedError() + raise NotImplementedError() def load_fsm(self): """ Load fsm from disk. """ - return NotImplementedError() + raise NotImplementedError() class XMLSerializer(Serializer): """ -- cgit v0.9.1