From: W. Trevor King Date: Tue, 3 Aug 2010 00:06:56 +0000 (-0400) Subject: Grr. Uncomment authors & file lines un update_copyright.py again. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdeb477e0e94d497b24a81cd8cf377d7218828ef;p=hooke.git Grr. Uncomment authors & file lines un update_copyright.py again. --- diff --git a/update_copyright.py b/update_copyright.py index a590501..631adee 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)