Skip to content

Commit

Permalink
process comment #2 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 9, 2018
1 parent b9944b6 commit 0f17d50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/z3c/recipe/i18n/i18ncompile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.4
#!/usr/bin/env python
##############################################################################
#
# Copyright (c) 2008 Zope Foundation and Contributors.
Expand Down Expand Up @@ -86,4 +86,3 @@ def main(argv=sys.argv):

if __name__ == '__main__':
main()

2 changes: 1 addition & 1 deletion src/z3c/recipe/i18n/i18nextract.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.4
#!/usr/bin/env python
##############################################################################
#
# Copyright (c) 2008 Zope Foundation and Contributors.
Expand Down
3 changes: 1 addition & 2 deletions src/z3c/recipe/i18n/i18nmergeall.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.4
#!/usr/bin/env python
##############################################################################
#
# Copyright (c) 2008 Zope Foundation and Contributors.
Expand Down Expand Up @@ -97,4 +97,3 @@ def main(argv=sys.argv):

if __name__ == '__main__':
main()

3 changes: 1 addition & 2 deletions src/z3c/recipe/i18n/i18nstats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.4
#!/usr/bin/env python
##############################################################################
#
# Copyright (c) 2008 Zope Foundation and Contributors.
Expand Down Expand Up @@ -168,4 +168,3 @@ def main(argv=sys.argv):

if __name__ == '__main__':
main()

0 comments on commit 0f17d50

Please sign in to comment.