]> granicus.if.org Git - python/commitdiff
Fix name.
authorGeorg Brandl <georg@python.org>
Fri, 6 Oct 2006 12:46:33 +0000 (12:46 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 6 Oct 2006 12:46:33 +0000 (12:46 +0000)
Tools/scripts/findnocoding.py
Tools/scripts/pysource.py

index e8fc619b80e49da393445857db9a6703eb8c7955..537f0a18534c3de0b121cde61e645959f2c81fc7 100755 (executable)
@@ -5,7 +5,7 @@
 Usage: nocoding.py dir1 [dir2...]
 """
 
-__author__ = "Oleg Broytmann, Reinhold Birkenfeld"
+__author__ = "Oleg Broytmann, Georg Brandl"
 
 import sys, os, re, getopt
 
index d5eb515e2acb995427f781bc17184355cf84c259..71e0ded9cf5b53deea9fb50ddd3e799403676104 100644 (file)
@@ -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"]