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:
parent
397a6a4968
commit
d615e70cc2
1 changed files with 1 additions and 1 deletions
|
@ -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...'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue