Comment 2 for bug 767416

Revision history for this message
Jim Fulton (jim-zope) wrote :

BTW, the main function should look more liike:

def main(args=None):
    if args is None:
        args = sys.argv[1:]
    [path] = args
    report(analyze(path))