diff options
Diffstat (limited to 'run_tests')
-rwxr-xr-x | run_tests | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,5 +1,4 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # -*- coding:utf-8 -*- | ||
3 | # Copyright 2019 The Android Open Source Project | 2 | # Copyright 2019 The Android Open Source Project |
4 | # | 3 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -16,8 +15,6 @@ | |||
16 | 15 | ||
17 | """Wrapper to run pytest with the right settings.""" | 16 | """Wrapper to run pytest with the right settings.""" |
18 | 17 | ||
19 | from __future__ import print_function | ||
20 | |||
21 | import errno | 18 | import errno |
22 | import os | 19 | import os |
23 | import shutil | 20 | import shutil |