properly print todo list

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4834 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-27 17:50:53 +00:00
parent b56dfd5045
commit 0d05d1ea62

View file

@ -322,11 +322,11 @@ def UpdateChangeLog():
def ToDo():
print 'automatic phase done\n'
print """
* Edit update.php
* Post news item
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
* Update Freshmeat
* Update BetaNews
* Edit update.php
* Post news item
* http://en.wikipedia.org/w/index.php?title=Nullsoft_Scriptable_Install_System&action=edit
* Update Freshmeat
* Update BetaNews
"""
def CloseLog():