Remove unused Config.config_dir_path attribute
This is no longer used and only serves to confuse.
This commit is contained in:
parent
edea4bb5be
commit
367a8263b3
|
@ -414,9 +414,6 @@ class Config(object):
|
||||||
|
|
||||||
Returns: dict
|
Returns: dict
|
||||||
"""
|
"""
|
||||||
# FIXME: get rid of this
|
|
||||||
self.config_dir_path = config_dir_path
|
|
||||||
|
|
||||||
# first we read the config files into a dict
|
# first we read the config files into a dict
|
||||||
specified_config = {}
|
specified_config = {}
|
||||||
for config_file in config_files:
|
for config_file in config_files:
|
||||||
|
|
Loading…
Reference in New Issue