Update of /cvsroot/monetdb/sql/src/test/Skyserver/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6491/src/test/Skyserver/Tests
Modified Files:
Tag: Nov2009
Skyserver.SQL.py Skyserver_v6.SQL.py
Log Message:
Get rid of our own copy of subprocess.py. We now require a Python version >=
2.4.
U Skyserver_v6.SQL.py
Index: Skyserver_v6.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Skyserver/Tests/Skyserver_v6.SQL.py,v
retrieving revision 1.5.8.1
retrieving revision 1.5.8.2
diff -u -d -r1.5.8.1 -r1.5.8.2
--- Skyserver_v6.SQL.py 9 Oct 2009 15:21:09 -0000 1.5.8.1
+++ Skyserver_v6.SQL.py 12 Oct 2009 15:36:22 -0000 1.5.8.2
@@ -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():
dir = os.getenv('TSTSRCDIR')
U Skyserver.SQL.py
Index: Skyserver.SQL.py
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Skyserver/Tests/Skyserver.SQL.py,v
retrieving revision 1.6.8.1
retrieving revision 1.6.8.2
diff -u -d -r1.6.8.1 -r1.6.8.2
--- Skyserver.SQL.py 9 Oct 2009 15:21:01 -0000 1.6.8.1
+++ Skyserver.SQL.py 12 Oct 2009 15:36:22 -0000 1.6.8.2
@@ -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():
dir = os.getenv('TSTSRCDIR')
------------------------------------------------------------------------------
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