From: Kevin A. <ka...@us...> - 2004-08-08 18:07:53
|
Update of /cvsroot/pythoncard/PythonCard/samples/moderator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25454/samples/moderator Modified Files: moderator.py Log Message: replaced tabs with spaces Index: moderator.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/moderator/moderator.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** moderator.py 30 Jul 2004 14:17:31 -0000 1.4 --- moderator.py 8 Aug 2004 18:07:44 -0000 1.5 *************** *** 11,15 **** # maximum time per speaker in seconds MAX_TIME = 5 * 60 ! #MAX_TIME = 180 DELEGATE_FILE = "delegates.txt" class Moderator(model.Background): --- 11,16 ---- # maximum time per speaker in seconds MAX_TIME = 5 * 60 ! #MAX_TIME = 180 ! DELEGATE_FILE = "delegates.txt" class Moderator(model.Background): |