avocado.settings: Eliminate another unneeded method

Another method I thought it'd be useful, but on retrospect,
it's unnecessary for the time being.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 43c67196
......@@ -102,9 +102,6 @@ class Settings(object):
self.config_path = config_path_system
else:
self.config_path = config_path
self.parse_file()
def parse_file(self):
self.config.read(self.config_path)
def _handle_no_value(self, section, key, default):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册