Adjust Hooke internals to use unsafe YAML (not just builtin Python types).
[hooke.git] / hooke / command_stack.py
index 319d354fe6dc103dfa323a866e9acda50c9e2585..c6a4972175b382a350eb1d9e1a891f646a2462f7 100644 (file)
@@ -173,13 +173,7 @@ class CommandStack (list):
     listitems:
     - !!python/object:hooke.engine.CommandMessage
       arguments:
-        curve: !!python/object:hooke.curve.Curve
-          command_stack: !!python/object:hooke.command_stack.CommandStack {}
-          data: null
-          driver: null
-          info: {}
-          name: null
-          path: null
+        curve: !!python/object:hooke.curve.Curve {}
       command: curve info
     <BLANKLINE>
     """