From: <cl...@us...> - 2003-02-23 01:37:27
|
Update of /cvsroot/todo-manager/todo-manager In directory sc8-pr-cvs1:/tmp/cvs-serv12791 Modified Files: main.py Log Message: Changing the internal url to the home page from 'todo-manager.sf.net' to 'todo-manager.sourceforge.net'. I came across this and it just bothered me. Index: main.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/main.py,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- main.py 21 Jan 2003 03:38:05 -0000 1.67 +++ main.py 23 Feb 2003 01:37:24 -0000 1.68 @@ -628,7 +628,7 @@ self.__open_url(help_file, ui) def show_home_page(self, ui=None): - self.__open_url("http://todo-manager.sf.net", ui) + self.__open_url("http://todo-manager.sourceforge.net", ui) def __open_url(self, url, ui=None): # If the user specified a web browser then use it if possible |