]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
copyright_holder arg is no longer needed for write_po
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 14 Jun 2007 20:44:18 +0000 (20:44 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 14 Jun 2007 20:44:18 +0000 (20:44 +0000)
babel/messages/frontend.py

index d3aa06ecf97f38e87d16ff07a6ad1a2606289c19..39e047f8ca3d9ee6367b6b81fcce3cb4e6b12d47 100644 (file)
@@ -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()