Name TODOs
[saartuer.git] / statemachine.py
index c93a1a367d44a79104c801dcfdea6ac9722dc8b3..82665e3feffc55560f95d19c2dff8c7207a0cb7b 100644 (file)
@@ -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):