Add import to work around likely multiprocessing scoping bug

Fixes #42649.
This commit is contained in:
Seth House 2017-08-02 12:51:59 -06:00
parent b7cd30d3ee
commit 03b675a618

View file

@ -544,6 +544,7 @@ class LocalClient(object):
{'stewart': {...}}
'''
if 'expr_form' in kwargs:
import salt
salt.utils.warn_until(
'Fluorine',
'The target type should be passed using the \'tgt_type\' '