From: Digital X. <dig...@us...> - 2007-05-06 16:43:04
|
Update of /cvsroot/openrpg/openrpg1 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600 Modified Files: start.py Log Message: Reconvert every file to unix line ending. This is the 3rd time I have done this, and no clue why they get switched back Index: start.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/start.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** start.py 20 Feb 2007 10:19:53 -0000 1.14 --- start.py 6 May 2007 16:43:03 -0000 1.15 *************** *** 18,20 **** import orpg.main app = orpg.main.orpgApp(0) ! app.MainLoop() \ No newline at end of file --- 18,20 ---- import orpg.main app = orpg.main.orpgApp(0) ! app.MainLoop() |