Add some python 3 compatibility fixes for new test files

This commit is contained in:
rallytime 2015-02-13 11:30:45 -07:00
parent 4d509c343d
commit 1f7d257767
3 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,9 @@
:codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>` :codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>`
''' '''
# Import Python Libs
from __future__ import absolute_import
# Import Salt Testing Libs # Import Salt Testing Libs
from salttesting import TestCase, skipIf from salttesting import TestCase, skipIf
from salttesting.mock import ( from salttesting.mock import (

View File

@ -3,6 +3,9 @@
:codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>` :codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>`
''' '''
# Import Python Libs
from __future__ import absolute_import
# Import Salt Testing Libs # Import Salt Testing Libs
from salttesting import TestCase, skipIf from salttesting import TestCase, skipIf
from salttesting.mock import ( from salttesting.mock import (

View File

@ -3,6 +3,9 @@
:codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>` :codeauthor: :email:`Jayesh Kariya <jayeshk@saltstack.com>`
''' '''
# Import Python Libs
from __future__ import absolute_import
# Import Salt Testing Libs # Import Salt Testing Libs
from salttesting import TestCase, skipIf from salttesting import TestCase, skipIf
from salttesting.mock import ( from salttesting.mock import (