From: Georg Brandl Date: Fri, 6 Oct 2006 12:46:33 +0000 (+0000) Subject: Fix name. X-Git-Tag: v2.5.1c1~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6d7371ec7b72d1cf496c840d4082dc1fb5e52c9;p=python Fix name. --- diff --git a/Tools/scripts/findnocoding.py b/Tools/scripts/findnocoding.py index e8fc619b80..537f0a1853 100755 --- a/Tools/scripts/findnocoding.py +++ b/Tools/scripts/findnocoding.py @@ -5,7 +5,7 @@ Usage: nocoding.py dir1 [dir2...] """ -__author__ = "Oleg Broytmann, Reinhold Birkenfeld" +__author__ = "Oleg Broytmann, Georg Brandl" import sys, os, re, getopt diff --git a/Tools/scripts/pysource.py b/Tools/scripts/pysource.py index d5eb515e2a..71e0ded9cf 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"]