Skip to content

framework: Update to Python 3 ConfigParser.

Vinson Lee requested to merge vlee/piglit:configparser-python-3 into master

Fix DeprecationWarning warning.

framework/core.py:52: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead. configparser.SafeConfigParser.init(self, *args, **kwargs)

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports