Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-30 23:37:36 +00:00
parent 0bc66403b9
commit cc064fdc4a

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 (