1
0
Fork 0

Respect 80 columns

This commit is contained in:
Jan Kaluza 2012-01-31 09:32:23 +01:00
parent a8cc2b1101
commit 97d26b3e2f

View file

@ -166,7 +166,9 @@ class Profile(object):
return True return True
def load(self): def load(self):
return self._load_config(self._manager, self._config_file) and self._load_ktuned() and self._apply_sysctl() and self._apply_elevator() and self._call_scripts() return (self._load_config(self._manager, self._config_file) and
self._load_ktuned() and self._apply_sysctl() and
self._apply_elevator() and self._call_scripts())
def cleanup(self): def cleanup(self):
self._revert_sysctl() self._revert_sysctl()