diff --git a/src/pylorax/constants.py b/src/pylorax/constants.py index 8de07789..677635fc 100644 --- a/src/pylorax/constants.py +++ b/src/pylorax/constants.py @@ -29,6 +29,8 @@ from sysutils import joinpaths class LoraxRequiredCommands(dict): def __init__(self): + dict.__init__(self) + self.__path = os.environ["PATH"].split(":") logger.debug("PATH: {0}".format(self.__path))