From: Kevin A. <ka...@us...> - 2004-08-08 18:32:02
|
Update of /cvsroot/pythoncard/PythonCard/samples/redemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29050/samples/redemo Modified Files: redemo.py Log Message: switched to docs.pytho.org in URLs Index: redemo.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/redemo/redemo.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** redemo.py 5 May 2004 16:53:28 -0000 1.15 --- redemo.py 8 Aug 2004 18:31:53 -0000 1.16 *************** *** 115,119 **** def on_menuHelpReModule_select(self, event): ! module_url = "http://www.python.org/doc/current/lib/module-re.html" if sys.platform.startswith('win'): fn = os.path.dirname(os.__file__) --- 115,119 ---- def on_menuHelpReModule_select(self, event): ! module_url = "http://docs.python.org/lib/module-re.html" if sys.platform.startswith('win'): fn = os.path.dirname(os.__file__) |