mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Forgot absolute_import.
This commit is contained in:
parent
c5d9d54f19
commit
15e1d3e3df
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Generate baseline proxy minion grains
|
||||
'''
|
||||
import salt
|
||||
from __future__ import absolute_import
|
||||
import salt.utils
|
||||
|
||||
__proxyenabled__ = ['rest_sample']
|
||||
|
|
Loading…
Add table
Reference in a new issue