Mercurial > libervia-backend
changeset 579:133078b82ca8
removed CONST from sat_main as it is already in default_config
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jan 2013 22:43:41 +0100 |
parents | 28331ecf0a65 |
children | 07d7c496ece9 |
files | src/core/sat_main.py |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/sat_main.py Wed Jan 09 22:31:32 2013 +0100 +++ b/src/core/sat_main.py Wed Jan 09 22:43:41 2013 +0100 @@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. """ -CONST = { - 'client_name' : u'SàT (Salut à toi)', - 'client_version' : u'0.2.0D', #Please add 'D' at the end for dev versions -} - from twisted.application import service from twisted.internet import defer @@ -42,6 +37,7 @@ import sys import os.path +from sat.core.default_config import CONST from sat.core import xmpp from sat.core.exceptions import ProfileUnknownError, UnknownEntityError, ProfileNotInCacheError from sat.memory.memory import Memory