It's salt.utils not salt.util.

This commit is contained in:
Pedro Algarvio 2013-11-06 22:16:52 +00:00
parent fdcbbbbf16
commit 8c149be174

View File

@ -402,7 +402,7 @@ def running():
if not isinstance(data, dict):
# Invalid serial object
continue
if not salt.util.process.os_is_running(data['pid']):
if not salt.utils.process.os_is_running(data['pid']):
# The process is no longer running, clear out the file and
# continue
os.remove(path)