mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.modules.ret python3 compatible
This commit is contained in:
parent
d589e9f7db
commit
c5602c87a7
@ -2,6 +2,7 @@
|
||||
'''
|
||||
Module to integrate with the returner system and retrieve data sent to a salt returner
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import salt libs
|
||||
import salt.loader
|
||||
|
Loading…
Reference in New Issue
Block a user