Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-21 02:35:15 +00:00
parent 582d21bc67
commit 74801c80db

View File

@ -2,7 +2,10 @@
'''
:codeauthor: :email:`Rupesh Tare <rupesht@saltstack.com>`
'''
# Import Python libs
from __future__ import absolute_import
import os
# Import Salt Testing Libs
from salttesting import TestCase, skipIf
from salttesting.mock import (