X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/5a866fd8add83733d9e1cde55ecbd23f69661658..1b72ccf6bcd0f5f1efbbeb39023be4c8fda0ad96:/statemachine.py diff --git a/statemachine.py b/statemachine.py index c93a1a3..82665e3 100644 --- a/statemachine.py +++ b/statemachine.py @@ -133,22 +133,22 @@ class StateMachine(): over = time.time() - self.time_entered # TODO: Nerv logger.debug("AboutToOpen since %f seconds. TODO: nerv the user" % over) - # TODO + # TODO Conny class StateAuf(State): - #TODO + #TODO Conny pass class StateClosing(State): - #TODO + #TODO Ralf/Conny pass class StateAboutToLeave(State): - #TODO + #TODO Ralf pass class StateLeaving(State): - #TODO + #TODO Ralf pass def __init__(self, actor):