Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-08 19:44:34 +00:00
parent 030fbeba5e
commit 89d283fbf0

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 (