mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.modules.data python3 compatible
This commit is contained in:
parent
d589e9f7db
commit
37718f89c0
@ -3,6 +3,7 @@
|
||||
Manage a local persistent data structure that can hold any arbitrary data
|
||||
specific to the minion
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user