projects
/
saartuer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a866fd
)
Name TODOs
author
Ralf Jung
<post@ralfj.de>
Wed, 9 Oct 2013 17:09:21 +0000
(19:09 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 9 Oct 2013 17:09:21 +0000
(19:09 +0200)
statemachine.py
patch
|
blob
|
history
diff --git
a/statemachine.py
b/statemachine.py
index c93a1a367d44a79104c801dcfdea6ac9722dc8b3..82665e3feffc55560f95d19c2dff8c7207a0cb7b 100644
(file)
--- 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):