Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-28 15:20:26 +00:00
parent 319e7a536f
commit 5c8e966b92

View File

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