From 9a1aa8c9b29c4a9855055047424564f49e108ad2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 May 2008 07:21:41 +0000 Subject: [PATCH] ConfigParser renaming reversal part 1: remove stub module. --- Lib/lib-old/ConfigParser.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Lib/lib-old/ConfigParser.py diff --git a/Lib/lib-old/ConfigParser.py b/Lib/lib-old/ConfigParser.py deleted file mode 100644 index b686cc49032..00000000000 --- 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