comparison sat.tac @ 58:d660d1e5cee4 0.0.2 SàT v0.0.2

updates for 0.0.2 release - CHANGELOG is updated - version changed in SàT - launching script launch SàT as a daemon
author Goffi <goffi@goffi.org>
date Sun, 10 Jan 2010 18:34:31 +1100
parents a5b5fb5fc9fd
children 9764e027ecc0
comparison
equal deleted inserted replaced
57:a5b5fb5fc9fd 58:d660d1e5cee4
19 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 """ 20 """
21 21
22 CONST = { 22 CONST = {
23 'client_name' : u'SàT (Salut à toi)', 23 'client_name' : u'SàT (Salut à toi)',
24 'client_version' : u'0.0.1D', #Please add 'D' at the end for dev versions 24 'client_version' : u'0.0.2', #Please add 'D' at the end for dev versions
25 'local_dir' : '~/.sat' 25 'local_dir' : '~/.sat'
26 } 26 }
27 27
28 from twisted.application import internet, service 28 from twisted.application import internet, service
29 from twisted.internet import glib2reactor, protocol, task 29 from twisted.internet import glib2reactor, protocol, task