From: Digital X. <dig...@us...> - 2007-05-06 16:43:25
|
Update of /cvsroot/openrpg/openrpg1/orpg/chat In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32600/orpg/chat Modified Files: chatwnd.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: chatwnd.py =================================================================== RCS file: /cvsroot/openrpg/openrpg1/orpg/chat/chatwnd.py,v retrieving revision 1.170 retrieving revision 1.171 diff -C2 -d -r1.170 -r1.171 *** chatwnd.py 22 Apr 2007 00:19:17 -0000 1.170 --- chatwnd.py 6 May 2007 16:42:54 -0000 1.171 *************** *** 2456,2460 **** loop = False if len(node_path_list) == 1: ! loop = True for nodeName in node_path_list: (found, node) = self.resolve_loop(dom, nodeName, loop) --- 2456,2460 ---- loop = False if len(node_path_list) == 1: ! loop = True for nodeName in node_path_list: (found, node) = self.resolve_loop(dom, nodeName, loop) *************** *** 2473,2475 **** self.log.log("Exit chat_panel->resolve_nodes(self, s)", ORPG_DEBUG) ! return value \ No newline at end of file --- 2473,2475 ---- self.log.log("Exit chat_panel->resolve_nodes(self, s)", ORPG_DEBUG) ! return value |