Merge pull request #8656 from cvrebert/patch-1

make gnomedesktop._GSettings a new-style class
This commit is contained in:
Pedro Algarvio 2013-11-20 04:05:22 -08:00
commit 265d51c691

View File

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