diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index 587999c5fe..3fb87374bc 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -397,6 +397,8 @@ backwards compatible and debugging classes and functions? """ +# " <== Emacs font-lock de-bogo-kludgificocity + __version__ = "2.0b3" |