routerCycleOver event removed from Machine

parent 06cc6f82
...@@ -157,7 +157,6 @@ class Machine(CoreObject): ...@@ -157,7 +157,6 @@ class Machine(CoreObject):
# then it must be signalled that the operator is now available # then it must be signalled that the operator is now available
self.loadOperatorAvailable=SimEvent('loadOperatorAvailable') self.loadOperatorAvailable=SimEvent('loadOperatorAvailable')
self.routerCycleOver=SimEvent('routerCycleOver')
# ======================================================================= # =======================================================================
# initialize the machine # initialize the machine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment