[Python-checkins] CVS: python/nondist/peps pep2html.py,1.23,1.24
Barry Warsaw
bwarsaw@users.sourceforge.net
2001年5月01日 10:53:54 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv9557
Modified Files:
pep2html.py
Log Message:
The home directory for the python project has moved (and the symlink removed).
Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** pep2html.py 2001年03月21日 18:59:03 1.23
--- pep2html.py 2001年05月01日 17:53:52 1.24
***************
*** 39,43 ****
HOST = "shell.sourceforge.net" # host for update
! HDIR = "/home/groups/python/htdocs/peps" # target host directory
LOCALVARS = "Local Variables:"
--- 39,43 ----
HOST = "shell.sourceforge.net" # host for update
! HDIR = "/home/groups/p/py/python/htdocs/peps" # target host directory
LOCALVARS = "Local Variables:"