add missing import

This commit is contained in:
David Boucha 2013-05-14 17:03:22 -06:00
parent 042af674dd
commit 9de0b32521

View File

@ -32,6 +32,7 @@ from salt.modules.file import (check_hash, check_managed, check_perms, # pylint:
manage_file, file_exists, get_diff, get_managed, check_perms,
check_managed, check_file_meta, contains_regex)
from salt.utils import namespaced_function
log = logging.getLogger(__name__)