Py3 compatibility

This commit is contained in:
Pedro Algarvio 2015-01-08 02:32:49 +00:00
parent 509aa12c3e
commit fed632f878

View File

@ -6,6 +6,9 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~
'''
# Import Python libs
from __future__ import absolute_import
# Import Salt Testing libs
from salttesting import skipIf, TestCase
from salttesting.helpers import ensure_in_syspath