From: Philip Jenvey Date: Thu, 14 Jun 2007 20:44:18 +0000 (+0000) Subject: copyright_holder arg is no longer needed for write_po X-Git-Tag: 1.0~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd89e50533061112b577f2de0db3b274f6ad4e8c;p=thirdparty%2Fbabel.git copyright_holder arg is no longer needed for write_po --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index d3aa06ec..39e047f8 100644 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -472,8 +472,7 @@ class CommandLineInterface(object): no_location=options.no_location, omit_header=options.omit_header, sort_output=options.sort_output, - sort_by_file=options.sort_by_file, - copyright_holder=options.copyright_holder) + sort_by_file=options.sort_by_file) finally: if options.output: outfile.close()