make gnomedesktop._GSettings a new-style class

This commit is contained in:
Chris Rebert 2013-11-19 17:10:20 -08:00
parent 813641f57f
commit 1900e3afe3

View File

@ -28,7 +28,7 @@ def __virtual__():
return False
class _GSettings:
class _GSettings(object):
def __init__(self, user, schema, key):
self.SCHEMA = schema
self.KEY = key