Mercurial > libervia-backend
changeset 210:9face609f83c
misc minor typos fixes, dev version
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 20 Dec 2010 00:52:18 +1100 |
parents | bab65733980a |
children | 537a68e92262 |
files | INSTALL frontends/quick_frontend/quick_chat.py sat sat.tac |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Fri Aug 20 01:36:27 2010 +0800 +++ b/INSTALL Mon Dec 20 00:52:18 2010 +1100 @@ -13,7 +13,7 @@ ** PATHS: -You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For exemple, if you have uncompressed the soft in /tmp/useless_soft: +You must have the main dir (with sat inside) and frontend in your PYTHONPATH. For example, if you have uncompressed the soft in /tmp/useless_soft: > export PYTHONPATH=$PYTHONPATH:/tmp/useless_soft:/tmp/useless_soft/frontends
--- a/frontends/quick_frontend/quick_chat.py Fri Aug 20 01:36:27 2010 +0800 +++ b/frontends/quick_frontend/quick_chat.py Mon Dec 20 00:52:18 2010 +1100 @@ -72,7 +72,7 @@ error (_("[INTERNAL] trying to remove user for a non group chat window")) raise Exception("INTERNAL ERROR") #TODO: raise proper Exception here self.occupants.remove(nick) - self.printInfo("=> %s has left the room" % nick) + self.printInfo("<= %s has left the room" % nick) def setSubject(self, subject): """Set title for a group chat"""
--- a/sat Fri Aug 20 01:36:27 2010 +0800 +++ b/sat Mon Dec 20 00:52:18 2010 +1100 @@ -1,3 +1,3 @@ #!/bin/sh -twistd -oy sat.tac +twistd -noy sat.tac
--- a/sat.tac Fri Aug 20 01:36:27 2010 +0800 +++ b/sat.tac Mon Dec 20 00:52:18 2010 +1100 @@ -21,7 +21,7 @@ CONST = { 'client_name' : u'SàT (Salut à toi)', - 'client_version' : u'0.0.3', #Please add 'D' at the end for dev versions + 'client_version' : u'0.0.3D', #Please add 'D' at the end for dev versions 'local_dir' : '~/.sat' }