commit | f6d7371ec7b72d1cf496c840d4082dc1fb5e52c9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Oct 06 12:46:33 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Oct 06 12:46:33 2006 +0000 |
tree | f555315fca16bd81d22976baa049ae665207a0e5 | |
parent | d8a61bae8b91235a746c687133c5cade59d37aab [diff] [blame] |
Fix name.
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 @@ 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"]