Skip to content
Snippets Groups Projects
Commit 78ea94ba authored by Pawel Szostek's avatar Pawel Szostek
Browse files

manifest_parser: remove redundant parse() method

parent 8bdc06cf
Branches
Tags
No related merge requests found
......@@ -112,9 +112,6 @@ class ManifestParser(ConfigParser):
def add_manifest(self, manifest):
return self.add_config_file(manifest.path)
def parse(self):
return ConfigParser.parse(self)
def print_help(self):
ConfigParser.help()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment