remove dead code

pull/11/head
Yax 2 years ago
parent 5ef4acf396
commit 18d4225eec

@ -33,11 +33,6 @@ class Config:
_cfg = configparser.ConfigParser()
# def __new__(cls):
# if not hasattr(cls, "instance"):
# cls.instance = super(Config, cls).__new__(cls)
# return cls.instance
def load(self, config_pathname):
self._cfg.read(config_pathname)

Loading…
Cancel
Save