diff src/common/constants.py @ 793:249e49f56f67

browser and server sides: removed constant UNMANAGED_FAULT_STRING which is used only to be displayed to the user, but it doesn't mean anything to him
author souliane <souliane@mailoo.org>
date Tue, 08 Dec 2015 00:12:51 +0100
parents c2f22ca12e23
children fad9c9f82ae3
line wrap: on
line diff
--- a/src/common/constants.py	Mon Dec 07 15:56:18 2015 +0100
+++ b/src/common/constants.py	Tue Dec 08 00:12:51 2015 +0100
@@ -43,7 +43,6 @@
     NOT_ALLOWED = 'NOT ALLOWED'
     UPLOAD_OK = 'UPLOAD OK'
     UPLOAD_KO = 'UPLOAD KO'
-    UNKNOWN_ERROR = 'UNMANAGED FAULT STRING (%s)'
 
     # directories
     AVATARS_DIR = "avatars/"