Commit 9a1aa8c9 authored by Georg Brandl's avatar Georg Brandl

ConfigParser renaming reversal part 1: remove stub module.

parent c4240619
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
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