Merge pull request #7246 from s0undt3ch/develop

Add missing import.
This commit is contained in:
Pedro Algarvio 2013-09-14 11:00:00 -07:00
commit 5b1f0bcb35

View File

@ -148,6 +148,7 @@ import logging
import yaml
# Import salt libs
import salt.utils
from salt.exceptions import CommandExecutionError
from salt._compat import string_types