changeset 112:5c55ca587c89 trunk

copyright_holder arg is no longer needed for write_po
author pjenvey
date Thu, 14 Jun 2007 20:44:18 +0000
parents c5cb04b0c38e
children e26fa3cf5865
files babel/messages/frontend.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -472,8 +472,7 @@
                      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()
Copyright (C) 2012-2017 Edgewall Software