comparison src/core/constants.py @ 1448:227856b13d7a

core: new tools.sat_defer module, and implementation of RTDeferredSessions: The real-time deferred session is a class which manage session of several deferreds at once (pretty much like a DeferredList), with the ability to get intermediate results.
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2015 22:13:27 +0200
parents 176de79c8c39
children 7797dda847ae
comparison
equal deleted inserted replaced
1447:b003dbd2b4e9 1448:227856b13d7a
199 199
200 ## Misc ## 200 ## Misc ##
201 SAVEFILE_DATABASE = APP_NAME_FILE + ".db" 201 SAVEFILE_DATABASE = APP_NAME_FILE + ".db"
202 IQ_SET = '/iq[@type="set"]' 202 IQ_SET = '/iq[@type="set"]'
203 ENV_PREFIX = 'SAT_' # Prefix used for environment variables 203 ENV_PREFIX = 'SAT_' # Prefix used for environment variables
204 IGNORE = 'ignore'
204 205
205 206
206 ## ANSI escape sequences ## 207 ## ANSI escape sequences ##
207 # XXX: used for logging 208 # XXX: used for logging
208 # XXX: they will be probably moved in a dedicated module in the future 209 # XXX: they will be probably moved in a dedicated module in the future