Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
792:b993ff0fd02d | 793:249e49f56f67 |
---|---|
41 BAD_REQUEST = 'BAD REQUEST' | 41 BAD_REQUEST = 'BAD REQUEST' |
42 NO_REPLY = 'NO REPLY' | 42 NO_REPLY = 'NO REPLY' |
43 NOT_ALLOWED = 'NOT ALLOWED' | 43 NOT_ALLOWED = 'NOT ALLOWED' |
44 UPLOAD_OK = 'UPLOAD OK' | 44 UPLOAD_OK = 'UPLOAD OK' |
45 UPLOAD_KO = 'UPLOAD KO' | 45 UPLOAD_KO = 'UPLOAD KO' |
46 UNKNOWN_ERROR = 'UNMANAGED FAULT STRING (%s)' | |
47 | 46 |
48 # directories | 47 # directories |
49 AVATARS_DIR = "avatars/" | 48 AVATARS_DIR = "avatars/" |
50 MEDIA_DIR = "media/" | 49 MEDIA_DIR = "media/" |
51 | 50 |