Kaydet (Commit) 16a2a1d2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

revert unrelated change to installer script

üst d729aada
......@@ -587,7 +587,7 @@ def buildPythonDocs():
novername = 'python-docs-html.tar.bz2'
name = 'html-%s.tar.bz2'%(getFullVersion(),)
sourceArchive = os.path.join(DEPSRC, novername)
sourceArchive = os.path.join(DEPSRC, name)
if os.path.exists(sourceArchive):
print "Using local copy of %s"%(name,)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment