From fa1197aad8d56b43bdf57ec3ad3ef9b9216d1376 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Fri, 23 Oct 2009 03:28:21 +0000 Subject: fix some tests, keep write_fsm a member function in the TutorialBundler since it uses self... --- (limited to 'tutorius') diff --git a/tutorius/vault.py b/tutorius/vault.py index 9215e8d..cc2a3f6 100644 --- a/tutorius/vault.py +++ b/tutorius/vault.py @@ -835,8 +835,7 @@ class TutorialBundler(object): raise IOError(2, "Neither the global nor the bundle directory contained the tutorial with GUID %s"%guid) - @staticmethod - def write_fsm(fsm): + def write_fsm(self, fsm): """ Save fsm to disk. If a GUID parameter is provided, the existing GUID is -- cgit v0.9.1