commit | 5ac74168b9e61ad212017bd848ea98f799b88527 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 18 11:16:24 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 18 11:16:24 2010 +0000 |
tree | 8e424cfd21998304edc334b6c17da7134eb24c0a | |
parent | b2a0a434a83ef94f5b0b72ed1465be2ca967439e [diff] [blame] |
Fix bootstrap after r80166
diff --git a/Lib/platform.py b/Lib/platform.py index 495433d..b213a92 100755 --- a/Lib/platform.py +++ b/Lib/platform.py
@@ -113,7 +113,7 @@ __version__ = '1.0.7' -import sys, string, os, re, subprocess +import sys, string, os, re ### Globals & Constants @@ -966,6 +966,7 @@ if sys.platform in ('dos','win32','win16','os2'): # XXX Others too ? return default + import subprocess target = _follow_symlinks(target) try: proc = subprocess.Popen(