diff src/core/constants.py @ 1599:e2ed8009e66e

backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:21:56 +0100
parents 9667103a0c10
children 7d548a913730
line wrap: on
line diff
--- a/src/core/constants.py	Sat Nov 14 19:20:33 2015 +0100
+++ b/src/core/constants.py	Sat Nov 14 19:21:56 2015 +0100
@@ -211,6 +211,11 @@
     LOG_LEVELS = (LOG_LVL_DEBUG, LOG_LVL_INFO, LOG_LVL_WARNING, LOG_LVL_ERROR, LOG_LVL_CRITICAL)
 
 
+    ## action constants ##
+    META_TYPE_FILE = "file"
+    META_TYPE_OVERWRITE = "overwrite"
+
+
     ## HARD-CODED ACTIONS IDS (generated with uuid.uuid4) ##
     AUTHENTICATE_PROFILE_ID = u'b03bbfa8-a4ae-4734-a248-06ce6c7cf562'
     CHANGE_XMPP_PASSWD_ID = u'878b9387-de2b-413b-950f-e424a147bcd0'