From: Digital X. <dig...@us...> - 2007-05-06 16:43:25
|
Update of /cvsroot/openrpg/openrpg1/orpg/gametree In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600/orpg/gametree Modified Files: __init__.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: __init__.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/orpg/gametree/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** __init__.py 18 Oct 2006 21:50:12 -0000 1.6 --- __init__.py 6 May 2007 16:42:55 -0000 1.7 *************** *** 1 **** ! __all__ = ['nodehandlers'] --- 1 ---- ! __all__ = ['nodehandlers'] |