Update of /cvsroot/monetdb/sql/src/test/Views/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6491/src/test/Views/Tests

Modified Files:
      Tag: Nov2009
        Views.SQL.py 
Log Message:
Get rid of our own copy of subprocess.py.  We now require a Python version >= 
2.4.

U Views.SQL.py
Index: Views.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Views/Tests/Views.SQL.py,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -d -r1.5 -r1.5.8.1
--- Views.SQL.py        11 Dec 2008 13:42:48 -0000      1.5
+++ Views.SQL.py        12 Oct 2009 15:36:23 -0000      1.5.8.1
@@ -1,9 +1,5 @@
 import os, sys
-try:
-    import subprocess
-except ImportError:
-    # use private copy for old Python versions
-    import MonetDBtesting.subprocess26 as subprocess
+import subprocess
 
 
 def client(cmd):


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to