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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_git_command.py b/tests/test_git_command.py
index 2ed84969..928eb402 100644
--- a/tests/test_git_command.py
+++ b/tests/test_git_command.py
@@ -14,6 +14,10 @@
14# See the License for the specific language governing permissions and 14# See the License for the specific language governing permissions and
15# limitations under the License. 15# limitations under the License.
16 16
17"""Unittests for the git_command.py module."""
18
19from __future__ import print_function
20
17import unittest 21import unittest
18 22
19import git_command 23import git_command