Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 21/21] catalyst: Drop ConfigParser
Date: Wed, 20 May 2020 03:43:28
Message-Id: 20200520034226.2870937-21-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/21] targets: Remove copy_{file,symlink,lib} functions by Matt Turner
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 catalyst/config.py | 11 -----------
4 1 file changed, 11 deletions(-)
5
6 diff --git a/catalyst/config.py b/catalyst/config.py
7 index b527ada0..e1963f71 100644
8 --- a/catalyst/config.py
9 +++ b/catalyst/config.py
10 @@ -118,14 +118,3 @@ class SpecParser(ParserBase):
11 def __init__(self, filename=""):
12 if filename:
13 self.parse_file(filename)
14 -
15 -
16 -class ConfigParser(ParserBase):
17 -
18 - key_value_separator = '='
19 - multiple_values = False
20 - empty_values = True
21 -
22 - def __init__(self, filename=""):
23 - if filename:
24 - self.parse_file(filename)
25 --
26 2.26.2