Fixed pylint errors in constants.py

This commit is contained in:
Martin Gracik 2010-12-02 12:44:16 +01:00
parent 995e6d7e13
commit fc72557eb1

View File

@ -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))