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

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

U utf8test.SQL.py
Index: utf8test.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/mapi/Tests/utf8test.SQL.py,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- utf8test.SQL.py     17 Apr 2009 09:43:52 -0000      1.4
+++ utf8test.SQL.py     12 Oct 2009 15:36:23 -0000      1.4.6.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):
     clt = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, 
stderr=subprocess.PIPE)


------------------------------------------------------------------------------
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