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 1cb3bb1..3e51aa9 100644
--- a/test/unit/test_command_helpers.py
+++ b/test/unit/test_command_helpers.py
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mock
from io import StringIO
import unittest
+from unittest import mock
from swiftclient import command_helpers as h
from swiftclient.multithreading import OutputManager