[Checkins] SVN: zc.buildout/branches/help-api/src/zc/buildout/easy_install.py - Fix my own fix. :(

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:27:54 EDT 2009


Log message for revision 98564:
  - Fix my own fix. :(

Changed:
  U   zc.buildout/branches/help-api/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/branches/help-api/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/easy_install.py	2009-03-29 21:27:52 UTC (rev 98563)
+++ zc.buildout/branches/help-api/src/zc/buildout/easy_install.py	2009-03-29 21:27:54 UTC (rev 98564)
@@ -86,7 +86,7 @@
                              stdin=subprocess.PIPE,
                              stdout=subprocess.PIPE,
                              stderr=subprocess.STDOUT,
-                             close_fds=not win32)
+                             close_fds=not is_win32)
         i, o = (p.stdin, p.stdout)
         i.close()
         version = o.read().strip()



More information about the Checkins mailing list