Making salt.modules.data python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-10 17:39:49 -05:00
parent d589e9f7db
commit 37718f89c0

View File

@ -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