diff sat/core/constants.py @ 3200:5c3bf37f2202

tools (images): max_size can now be manually specified in checkImage and dest in resizeImage: `context` has been removed as it is not used and doesn't seem that useful.
author Goffi <goffi@goffi.org>
date Sun, 01 Mar 2020 18:47:05 +0100
parents adf1aeaa0d37
children 439e2f88c3a9
line wrap: on
line diff
--- a/sat/core/constants.py	Sun Mar 01 18:33:16 2020 +0100
+++ b/sat/core/constants.py	Sun Mar 01 18:47:05 2020 +0100
@@ -370,13 +370,6 @@
     # internationalisation
     DEFAULT_LOCALE = "en_GB"
 
-    # Contexts
-    # context indicate how things are done (e.g. to who/what a file is transfered)
-    # this is useful to make some decision (e.g. image size)
-
-    # something is done in instant messaging
-    CONTEXT_CHAT = "CONTEXT_CHAT"
-
     ## Misc ##
     SAVEFILE_DATABASE = APP_NAME_FILE + ".db"
     IQ_SET = '/iq[@type="set"]'