Making salt.modules.ret python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-10 19:10:49 -05:00
parent d589e9f7db
commit c5602c87a7

View File

@ -2,6 +2,7 @@
''' '''
Module to integrate with the returner system and retrieve data sent to a salt returner 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 libs
import salt.loader import salt.loader