Mercurial > libervia-backend
comparison src/core/constants.py @ 1032:b262ae6d53af
stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 07 May 2014 16:03:38 +0200 |
parents | 15f43b54d697 |
children | 066308706dc6 |
comparison
equal
deleted
inserted
replaced
1031:e90125d07072 | 1032:b262ae6d53af |
---|---|
108 LOG_LVL_ERROR = 'ERROR' | 108 LOG_LVL_ERROR = 'ERROR' |
109 LOG_LVL_CRITICAL = 'CRITICAL' | 109 LOG_LVL_CRITICAL = 'CRITICAL' |
110 LOG_LEVELS = (LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARNING, LOG_LVL_ERROR, LOG_LVL_CRITICAL) | 110 LOG_LEVELS = (LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARNING, LOG_LVL_ERROR, LOG_LVL_CRITICAL) |
111 | 111 |
112 | 112 |
113 # HARD-CODED ACTIONS IDS | |
114 AUTHENTICATE_PROFILE_ID = u'b03bbfa8-a4ae-4734-a248-06ce6c7cf562' | |
115 | |
116 | |
113 ## Misc ## | 117 ## Misc ## |
114 SAVEFILE_DATABASE = APP_NAME_FILE + ".db" | 118 SAVEFILE_DATABASE = APP_NAME_FILE + ".db" |
115 IQ_SET = '/iq[@type="set"]' | 119 IQ_SET = '/iq[@type="set"]' |
116 ENV_PREFIX = 'SAT_' # Prefix used for environment variables | 120 ENV_PREFIX = 'SAT_' # Prefix used for environment variables |
117 | 121 |