framework: Update to Python 3 ConfigParser.
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