diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_git_config.py | 2 | ||||
-rw-r--r-- | tests/test_wrapper.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_git_config.py b/tests/test_git_config.py index 3d4b9970..8773b0b9 100644 --- a/tests/test_git_config.py +++ b/tests/test_git_config.py | |||
@@ -1,3 +1,5 @@ | |||
1 | # -*- coding:utf-8 -*- | ||
2 | |||
1 | import os | 3 | import os |
2 | import unittest | 4 | import unittest |
3 | 5 | ||
diff --git a/tests/test_wrapper.py b/tests/test_wrapper.py index fb32e38a..d20641b9 100644 --- a/tests/test_wrapper.py +++ b/tests/test_wrapper.py | |||
@@ -1,3 +1,4 @@ | |||
1 | # -*- coding:utf-8 -*- | ||
1 | # | 2 | # |
2 | # Copyright (C) 2015 The Android Open Source Project | 3 | # Copyright (C) 2015 The Android Open Source Project |
3 | # | 4 | # |