ConfigParser renaming reversal part 1: remove stub module.

This commit is contained in:
Georg Brandl 2008-05-25 07:21:41 +00:00
parent c424061968
commit 9a1aa8c9b2
1 changed files with 0 additions and 8 deletions

View File

@ -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