Commit f6d7371e authored by Georg Brandl's avatar Georg Brandl

Fix name.

parent d8a61bae
......@@ -5,7 +5,7 @@
Usage: nocoding.py dir1 [dir2...]
"""
__author__ = "Oleg Broytmann, Reinhold Birkenfeld"
__author__ = "Oleg Broytmann, Georg Brandl"
import sys, os, re, getopt
......
......@@ -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"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment