Re-indented the Python code

This commit is contained in:
Pierre Pronchery 2014-11-16 01:42:07 +01:00
parent d50d248311
commit 870fc795d0

View File

@ -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)