Update of /cvsroot/monetdb/sql/src/test/Views/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21671/src/test/Views/Tests

Modified Files:
      Tag: SQL_2-20
        Views.SQL.py 
Log Message:
Converted TABs to spaces and deleted trailing white space.

Index: Views.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Views/Tests/Views.SQL.py,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- Views.SQL.py        14 Oct 2007 18:41:22 -0000      1.1.2.3
+++ Views.SQL.py        22 Oct 2007 12:13:58 -0000      1.1.2.4
@@ -7,19 +7,19 @@
 
 
 def client(cmd):
-       clt = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, 
stderr=subprocess.PIPE)
-       sys.stdout.write(clt.stdout.read())
-       clt.stdout.close()
-       sys.stderr.write(clt.stderr.read())
-       clt.stderr.close()
-       
+    clt = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, 
stderr=subprocess.PIPE)
+    sys.stdout.write(clt.stdout.read())
+    clt.stdout.close()
+    sys.stderr.write(clt.stderr.read())
+    clt.stderr.close()
+
 
 def main():
-       clcmd = str(os.getenv('SQL_CLIENT')) + "< %s" % 
('%s/../views_restrictions.sql' % os.getenv('RELSRCDIR'))
-       sys.stdout.write('Views Restrictions\n')
-       client(clcmd)
-       sys.stdout.write('step 1\n')
-       sys.stdout.write('Cleanup\n')
-       sys.stdout.write('step2\n')
+    clcmd = str(os.getenv('SQL_CLIENT')) + "< %s" % 
('%s/../views_restrictions.sql' % os.getenv('RELSRCDIR'))
+    sys.stdout.write('Views Restrictions\n')
+    client(clcmd)
+    sys.stdout.write('step 1\n')
+    sys.stdout.write('Cleanup\n')
+    sys.stdout.write('step2\n')
 
 main()


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to