From 7ad80d3c5bc2a6715e14b8958e2f842df35842c1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 2 Aug 2010 20:06:56 -0400 Subject: [PATCH] Grr. Uncomment authors & file lines un update_copyright.py again. --- update_copyright.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_copyright.py b/update_copyright.py index 18d0a67..1c905ef 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -771,8 +771,8 @@ automatically. test() sys.exit(0) - #update_authors(dry_run=options.dry_run, verbose=options.verbose) - #update_files(files=args, dry_run=options.dry_run, verbose=options.verbose) + update_authors(dry_run=options.dry_run, verbose=options.verbose) + update_files(files=args, dry_run=options.dry_run, verbose=options.verbose) if options.pyfile != None: update_pyfile(path=options.pyfile, dry_run=options.dry_run, verbose=options.verbose) -- 2.26.2