diff options
Diffstat (limited to 'examples/statemachine/documentSignoffDemo.py')
-rw-r--r-- | examples/statemachine/documentSignoffDemo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/statemachine/documentSignoffDemo.py b/examples/statemachine/documentSignoffDemo.py index 9378507..89c6440 100644 --- a/examples/statemachine/documentSignoffDemo.py +++ b/examples/statemachine/documentSignoffDemo.py @@ -63,6 +63,3 @@ def run_demo(): if __name__ == '__main__': run_demo() - -# TODO - can you pickle state or otherwise persist it? -# TODO - can you decorate state changes (for logging or permission checking)? |