mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
py3: fix tests/unit/stateconf_test.py
This commit is contained in:
parent
0b20abdd07
commit
846e1a2378
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ from __future__ import absolute_import
|
|||
import os
|
||||
import os.path
|
||||
import tempfile
|
||||
from cStringIO import StringIO
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import TestCase
|
||||
|
@ -17,6 +16,7 @@ ensure_in_syspath('../')
|
|||
import salt.loader
|
||||
import salt.config
|
||||
import integration
|
||||
from salt.ext.six.moves import StringIO
|
||||
|
||||
# Import 3rd-party libs
|
||||
import salt.ext.six as six
|
||||
|
|
Loading…
Add table
Reference in a new issue