remove dead code
This commit is contained in:
parent
5ef4acf396
commit
18d4225eec
1 changed files with 0 additions and 5 deletions
|
@ -33,11 +33,6 @@ class Config:
|
||||||
|
|
||||||
_cfg = configparser.ConfigParser()
|
_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):
|
def load(self, config_pathname):
|
||||||
self._cfg.read(config_pathname)
|
self._cfg.read(config_pathname)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue