From: Georg Brandl Date: Sun, 25 May 2008 07:21:41 +0000 (+0000) Subject: ConfigParser renaming reversal part 1: remove stub module. X-Git-Tag: v2.6b1~264 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a1aa8c9b29c4a9855055047424564f49e108ad2;p=thirdparty%2FPython%2Fcpython.git ConfigParser renaming reversal part 1: remove stub module. --- diff --git a/Lib/lib-old/ConfigParser.py b/Lib/lib-old/ConfigParser.py deleted file mode 100644 index b686cc49032b..000000000000 --- a/Lib/lib-old/ConfigParser.py +++ /dev/null @@ -1,8 +0,0 @@ -import sys -from warnings import warnpy3k - -warnpy3k("the ConfigParser module has been renamed " - "to 'configparser' in Python 3.0", stacklevel=2) - -import configparser -sys.modules[__name__] = configparser