Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-14 13:49:18 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-14 13:49:18 (GMT)
commitf97b8754d4888ebacb44dfb748561ced2277e9b7 (patch)
tree471b1a0fea64b9dbc9d2cdfb60cb899dd2880b98
parenta2509a60dd11440d289a4e80883d47917a462c0f (diff)
other minors
-rwxr-xr-xReckonPrimer.activity/display.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ReckonPrimer.activity/display.py b/ReckonPrimer.activity/display.py
index 55fd6af..bed71e9 100755
--- a/ReckonPrimer.activity/display.py
+++ b/ReckonPrimer.activity/display.py
@@ -21,9 +21,10 @@ class Display:
def __init__(self, window):
self._permanent_gui_elements(window)
self.errors = 0
- self._ex = None
+ self._ex = None # WN091214 ???
+ self._ex_key = None #
self._sett = None # setting updated by callbacks during input
- self.running = False # first round of calculations
+ self.running = False # first round of calculations WN091214 ???
def register(self, sess, co, learner):
"""register _after_ Session and Coach have been instantiated"""