forked from platformio/platformio-core
Remove test code
This commit is contained in:
@ -46,7 +46,6 @@ class ProjectConfig(ConfigParser):
|
|||||||
VARTPL_RE = re.compile(r"\$\{([^\.\}]+)\.([^\}]+)\}")
|
VARTPL_RE = re.compile(r"\$\{([^\.\}]+)\.([^\}]+)\}")
|
||||||
|
|
||||||
def items(self, section, **_):
|
def items(self, section, **_):
|
||||||
ConfigParser.items()
|
|
||||||
items = []
|
items = []
|
||||||
for option in ConfigParser.options(self, section):
|
for option in ConfigParser.options(self, section):
|
||||||
items.append((option, self.get(section, option)))
|
items.append((option, self.get(section, option)))
|
||||||
|
Reference in New Issue
Block a user