Lint: use full salt utils path

This commit is contained in:
rallytime 2018-04-03 16:18:57 -04:00
parent 4ad50bbdee
commit e28f71b418
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -26,7 +26,7 @@ def _norm_key(key):
'''
Normalize windows environment keys
'''
if utils.is_windows():
if salt.utils.platform.is_windows():
return key.upper()
return key