revert unrelated change to installer script

This commit is contained in:
Benjamin Peterson 2008-12-09 02:05:11 +00:00
parent d729aada6a
commit 16a2a1d2ce
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ def buildPythonDocs():
novername = 'python-docs-html.tar.bz2' novername = 'python-docs-html.tar.bz2'
name = 'html-%s.tar.bz2'%(getFullVersion(),) name = 'html-%s.tar.bz2'%(getFullVersion(),)
sourceArchive = os.path.join(DEPSRC, novername) sourceArchive = os.path.join(DEPSRC, name)
if os.path.exists(sourceArchive): if os.path.exists(sourceArchive):
print "Using local copy of %s"%(name,) print "Using local copy of %s"%(name,)