Skip to content

Commit 00c8fba

Browse files
author
georg.brandl
committed
Fix name.
git-svn-id: http://svn.python.org/projects/python/trunk@52208 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 1c63482 commit 00c8fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tools/scripts/findnocoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Usage: nocoding.py dir1 [dir2...]
66
"""
77

8-
__author__ = "Oleg Broytmann, Reinhold Birkenfeld"
8+
__author__ = "Oleg Broytmann, Georg Brandl"
99

1010
import sys, os, re, getopt
1111

Tools/scripts/pysource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
walk_python_files() recursively lists all Python files under the given directories.
1717
"""
18-
__author__ = "Oleg Broytmann, Reinhold Birkenfeld"
18+
__author__ = "Oleg Broytmann, Georg Brandl"
1919

2020
__all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"]
2121

0 commit comments

Comments
 (0)