[Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/setup.py That was unintentional.
Lennart Regebro
regebro at gmail.com
Mon Dec 7 15:24:14 EST 2009
Log message for revision 106260:
That was unintentional.
Changed:
U zope.testing/tags/regebro-python3-reloaded/setup.py
-=-
Modified: zope.testing/tags/regebro-python3-reloaded/setup.py
===================================================================
--- zope.testing/tags/regebro-python3-reloaded/setup.py 2009-12-07 20:23:18 UTC (rev 106259)
+++ zope.testing/tags/regebro-python3-reloaded/setup.py 2009-12-07 20:24:13 UTC (rev 106260)
@@ -122,7 +122,7 @@
scriptfile.close()
import subprocess
- process = subprocess.Popen([sys.executable, filename, '-c'])
+ process = subprocess.Popen([sys.executable, filename])
process.wait()
os.unlink(filename)
More information about the Zope3-Checkins
mailing list