]> 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:36:23 +0000 (19:36 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 Mar 1999 19:36:23 +0000 (19:36 +0000)
commit749f943a6b4c628f29f1d9321ba6644570fa274e
treec11985b7e692580d3117cba74449e2278a7a58b2
parent7c8754fafb9de59d7c33bbb69941c41340ab2f1e
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/indfix.py