[jToolkit-cvs] jToolkit/demo helloworld.py,1.1,1.2
Brought to you by:
davidfraser,
friedelwolff
From: <dav...@us...> - 2003-09-29 08:08:09
|
Update of /cvsroot/jtoolkit/jToolkit/demo In directory sc8-pr-cvs1:/tmp/cvs-serv7722 Modified Files: helloworld.py Log Message: took out now-not-required localization info... Index: helloworld.py =================================================================== RCS file: /cvsroot/jtoolkit/jToolkit/demo/helloworld.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** helloworld.py 25 Sep 2003 18:18:38 -0000 1.1 --- helloworld.py 29 Sep 2003 08:07:36 -0000 1.2 *************** *** 31,35 **** """the configuration parameters for a hello world server""" serverclass = HelloWorldServer - localedir = "/share/sjsoft/code/jSuite.py/localize" - localedomains = ['jToolkit', 'jLogbook.python'] --- 31,33 ---- |