diff options
Diffstat (limited to 'repo_trace.py')
-rw-r--r-- | repo_trace.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/repo_trace.py b/repo_trace.py index cd571f4c..7be0c045 100644 --- a/repo_trace.py +++ b/repo_trace.py | |||
@@ -1,5 +1,3 @@ | |||
1 | # -*- coding:utf-8 -*- | ||
2 | # | ||
3 | # Copyright (C) 2008 The Android Open Source Project | 1 | # Copyright (C) 2008 The Android Open Source Project |
4 | # | 2 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -19,7 +17,6 @@ | |||
19 | Activated via `repo --trace ...` or `REPO_TRACE=1 repo ...`. | 17 | Activated via `repo --trace ...` or `REPO_TRACE=1 repo ...`. |
20 | """ | 18 | """ |
21 | 19 | ||
22 | from __future__ import print_function | ||
23 | import sys | 20 | import sys |
24 | import os | 21 | import os |
25 | 22 | ||