summaryrefslogtreecommitdiff
path: root/test/unit/test_command_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_command_helpers.py')
-rw-r--r--test/unit/test_command_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_command_helpers.py b/test/unit/test_command_helpers.py
index 24684ae..1cb3bb1 100644
--- a/test/unit/test_command_helpers.py
+++ b/test/unit/test_command_helpers.py
@@ -14,7 +14,7 @@
# limitations under the License.
import mock
-from six import StringIO
+from io import StringIO
import unittest
from swiftclient import command_helpers as h