Whitespace normalization.

This commit is contained in:
Tim Peters 2006-07-18 21:55:15 +00:00
parent 426f4a1c65
commit 73a9eade1c
3 changed files with 11 additions and 11 deletions

View file

@ -369,7 +369,7 @@ class CalledProcessError(Exception):
self.cmd = cmd
def __str__(self):
return "Command '%s' returned non-zero exit status %d" % (self.cmd, self.returncode)
if mswindows:
import threading