Update of /cvsroot/monetdb/sql/src/test/Dump/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3475/src/test/Dump/Tests
Modified Files:
reload.SQL.py
Log Message:
propagated changes of Monday Oct 12 2009 - Tuesday Oct 13 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/12 - sjoerd: src/test/Dump/Tests/reload.SQL.py,1.6.2.1
Get rid of our own copy of subprocess.py. We now require a Python version >=
2.4.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: reload.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Dump/Tests/reload.SQL.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- reload.SQL.py 7 Oct 2009 11:59:11 -0000 1.7
+++ reload.SQL.py 13 Oct 2009 14:10:57 -0000 1.8
@@ -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 main():
TSTTRGDIR = os.environ['TSTTRGDIR']
------------------------------------------------------------------------------
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