ScatterHQ / machinist

A library for constructing finite state machines
Apache License 2.0
57 stars 12 forks source link

Remove the error checking which raises a ValueError in _FiniteStateMachine.receive #33

Closed adamtheturtle closed 10 years ago

adamtheturtle commented 10 years ago

This error can never be raised using just public methods and variables.