blob: b686cc49032baec3b832341f5942c7f8aea2474f [file] [log] [blame]
Alexandre Vassalottie3a23c02008-05-14 22:07:07 +00001import sys
2from warnings import warnpy3k
3
4warnpy3k("the ConfigParser module has been renamed "
5 "to 'configparser' in Python 3.0", stacklevel=2)
6
7import configparser
8sys.modules[__name__] = configparser