comparison src/core/constants.py @ 1454:4e2fab4de195

plugin XEP-0277: added mBGetFromManyWithComments to have items + comments in one method call
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2015 22:24:38 +0200
parents 7797dda847ae
children 4c4f88d7b156
comparison
equal deleted inserted replaced
1453:d5e72362ee91 1454:4e2fab4de195
205 ## Misc ## 205 ## Misc ##
206 SAVEFILE_DATABASE = APP_NAME_FILE + ".db" 206 SAVEFILE_DATABASE = APP_NAME_FILE + ".db"
207 IQ_SET = '/iq[@type="set"]' 207 IQ_SET = '/iq[@type="set"]'
208 ENV_PREFIX = 'SAT_' # Prefix used for environment variables 208 ENV_PREFIX = 'SAT_' # Prefix used for environment variables
209 IGNORE = 'ignore' 209 IGNORE = 'ignore'
210 NO_LIMIT = -1 # used in bridge when a integer value is expected
210 211
211 212
212 ## ANSI escape sequences ## 213 ## ANSI escape sequences ##
213 # XXX: used for logging 214 # XXX: used for logging
214 # XXX: they will be probably moved in a dedicated module in the future 215 # XXX: they will be probably moved in a dedicated module in the future