Whitespace normalization.

This commit is contained in:
Tim Peters 2005-04-20 17:45:13 +00:00
parent c8d907c60b
commit e890682e52
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ class DocBuild(build):
(self.doc_version,self.doc_version)
tarfile = 'html-%s.tar.bz2' % self.doc_version
dirname = 'Python-Docs-%s' % self.doc_version
if os.path.exists(self.build_html):
raise RuntimeError, '%s: already exists, please remove and try again' % self.build_html
os.chdir(self.build_base)