summaryrefslogtreecommitdiffstats
path: root/tests/test_git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_git_command.py')
-rw-r--r--tests/test_git_command.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test_git_command.py b/tests/test_git_command.py
index 7c108ccd..ffee023b 100644
--- a/tests/test_git_command.py
+++ b/tests/test_git_command.py
@@ -19,12 +19,7 @@ import os
19import re 19import re
20import subprocess 20import subprocess
21import unittest 21import unittest
22 22from unittest import mock
23
24try:
25 from unittest import mock
26except ImportError:
27 import mock
28 23
29import git_command 24import git_command
30import wrapper 25import wrapper