]> granicus.if.org Git - python/commit
process(): New function that contains the "orchestration" of the
authorFred Drake <fdrake@acm.org>
Wed, 3 Mar 1999 19:25:56 +0000 (19:25 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 Mar 1999 19:25:56 +0000 (19:25 +0000)
commit7c8754fafb9de59d7c33bbb69941c41340ab2f1e
treecef41709b2594b3b41589b6dcae8886bdfaddafa
parentaa99a5071e87943e8a2749ffdc43fe83b25c704c
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.
Doc/tools/toc2bkm.py