Mercurial > libervia-backend
comparison src/core/constants.py @ 916:1a759096ccbd
core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 21 Mar 2014 16:27:09 +0100 |
parents | 1a3ba959f0ab |
children | ed9841e6d84a |
comparison
equal
deleted
inserted
replaced
915:6f96ee4d8cc0 | 916:1a759096ccbd |
---|---|
21 class Const(object): | 21 class Const(object): |
22 NO_SECURITY_LIMIT = -1 | 22 NO_SECURITY_LIMIT = -1 |
23 INDIVIDUAL = "individual" | 23 INDIVIDUAL = "individual" |
24 GENERAL = "general" | 24 GENERAL = "general" |
25 SAVEFILE_DATABASE = "/sat.db" | 25 SAVEFILE_DATABASE = "/sat.db" |
26 PROF_KEY_NONE = '@NONE@' | |
27 PROF_KEY_DEFAULT = '@DEFAULT@' |