Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-21 02:14:30 +00:00
parent ac15f12349
commit 2961c07901

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 (