SVN: zope.testing/tags/regebro-python3-reloaded/setup.py That was unintentional.
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20091207202414.5445E9417F__12060.1909504787$1260217485$gmane$org@cvs.zope.org> |
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)