Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-24 03:01:39 +00:00
parent 5a40a71af0
commit 7668c956cc

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 (