mirror of https://github.com/python/cpython
revert unrelated change to installer script
This commit is contained in:
parent
d729aada6a
commit
16a2a1d2ce
|
@ -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,)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue