diff options
| author | Georg Brandl <georg@python.org> | 2006-10-06 12:46:08 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2006-10-06 12:46:08 (GMT) |
| commit | 0750b1f220fb6e87ad507434a31e9c379413fc92 (patch) | |
| tree | d82731fc575f1329837954e84e68d9fd4acbe3b2 /Tools/scripts/pysource.py | |
| parent | c536a64b892df840b0b37e7454d2f46f53a27647 (diff) | |
| download | cpython-0750b1f220fb6e87ad507434a31e9c379413fc92.zip cpython-0750b1f220fb6e87ad507434a31e9c379413fc92.tar.gz cpython-0750b1f220fb6e87ad507434a31e9c379413fc92.tar.bz2 | |
Fix name.
Diffstat (limited to 'Tools/scripts/pysource.py')
| -rw-r--r-- | Tools/scripts/pysource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/pysource.py b/Tools/scripts/pysource.py index d5eb515..71e0ded 100644 --- a/Tools/scripts/pysource.py +++ b/Tools/scripts/pysource.py @@ -15,7 +15,7 @@ The file also must be of appropriate size - not bigger than a megabyte. walk_python_files() recursively lists all Python files under the given directories. """ -__author__ = "Oleg Broytmann, Reinhold Birkenfeld" +__author__ = "Oleg Broytmann, Georg Brandl" __all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"] |
