Update of /cvsroot/monetdb/sql/src/test/Connections/Tests
In directory sc8-pr-cvs16:/tmp/cvs-serv24202

Modified Files:
        connections.py 
Log Message:
whitespace normalization: no TABs and no trailing whitespace.

Index: connections.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Connections/Tests/connections.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- connections.py      28 Mar 2007 14:56:58 -0000      1.7
+++ connections.py      26 Apr 2007 09:28:11 -0000      1.8
@@ -41,9 +41,9 @@
 def client_load_file(clt, port, file):
     f = open(file, 'r')
     for line in f:
-       line = line.replace('port_num', str(port+1))
-       line = line.replace('port_num5', str(port+2))
-       clt.write(line)
+        line = line.replace('port_num', str(port+1))
+        line = line.replace('port_num5', str(port+2))
+        clt.write(line)
     f.close()
 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to