Re-indented the Python code
This commit is contained in:
parent
d50d248311
commit
870fc795d0
|
@ -28,8 +28,7 @@ class Config:
|
|||
return _libSystem.config_get(self.config, section, variable)
|
||||
|
||||
def set(self, section, variable, value):
|
||||
return _libSystem.config_set(self.config, section, variable,
|
||||
value)
|
||||
return _libSystem.config_set(self.config, section, variable, value)
|
||||
|
||||
def load(self, filename):
|
||||
return _libSystem.config_load(self.config, filename)
|
||||
|
|
Loading…
Reference in New Issue
Block a user