diff 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
line wrap: on
line diff
--- a/src/core/constants.py	Mon May 12 17:51:38 2014 +0200
+++ b/src/core/constants.py	Wed May 07 16:03:38 2014 +0200
@@ -110,6 +110,10 @@
     LOG_LEVELS = (LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARNING, LOG_LVL_ERROR, LOG_LVL_CRITICAL)
 
 
+    # HARD-CODED ACTIONS IDS
+    AUTHENTICATE_PROFILE_ID = u'b03bbfa8-a4ae-4734-a248-06ce6c7cf562'
+
+
     ## Misc ##
     SAVEFILE_DATABASE = APP_NAME_FILE + ".db"
     IQ_SET = '/iq[@type="set"]'