Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-28 15:22:57 +00:00
parent 5c8e966b92
commit da39293b8b

View File

@ -3,6 +3,9 @@
:codeauthor: :email:`Rupesh Tare <rupesht@saltstack.com>`
'''
# Import Python libs
from __future__ import absolute_import
# Import Salt Testing Libs
from salttesting import TestCase, skipIf
from salttesting.mock import (