From: Ralf Jung Date: Wed, 9 Oct 2013 17:09:21 +0000 (+0200) Subject: Name TODOs X-Git-Url: https://git.ralfj.de/saartuer.git/commitdiff_plain/1b72ccf6bcd0f5f1efbbeb39023be4c8fda0ad96 Name TODOs --- 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):