mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
make gnomedesktop._GSettings a new-style class
This commit is contained in:
parent
813641f57f
commit
1900e3afe3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user