fixed CreateChangeLog()

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5360 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-11-09 16:24:34 +00:00
parent 397a6a4968
commit d615e70cc2

View file

@ -241,7 +241,7 @@ def CreateChangeLog():
print 'downloading svn2cl.xsl stylesheet...'
SVN2CL_XSL = urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl','svn2cl.xsl')[0]
urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL)
print 'generating ChangeLog...'