Whitespace normalization (via reindent.py).

This commit is contained in:
Tim Peters 2005-08-26 15:20:46 +00:00
parent e8889c5741
commit 9e34c04732
10 changed files with 19 additions and 23 deletions

View file

@ -31,7 +31,7 @@ def mkpath (name, mode=0777, verbose=0, dry_run=0):
global _path_created
# Detect a common bug -- name is None
if not isinstance(name, StringTypes):
if not isinstance(name, StringTypes):
raise DistutilsInternalError, \
"mkpath: 'name' must be a string (got %r)" % (name,)