[Python-checkins] CVS: python/dist/src/Doc/tools toc2bkm.py

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 3 Mar 1999 14:25:58 -0500


Update of /projects/cvsroot/python/dist/src/Doc/tools
In directory weyr:/home/fdrake/projects/python/Doc/tools

Modified Files:
	toc2bkm.py 
Log Message:

process():  New function that contains the "orchestration" of the
	    actual work.

main():  Just handle the command line and filename determination,
	 calling process() to do the work.

These changes make this more import-friendly.