diff options
Diffstat (limited to 'repo_trace.py')
-rw-r--r-- | repo_trace.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repo_trace.py b/repo_trace.py index 01beaf8e..d243ce6c 100644 --- a/repo_trace.py +++ b/repo_trace.py | |||
@@ -21,13 +21,14 @@ To also include trace outputs in stderr do `repo --trace_to_stderr ...` | |||
21 | """ | 21 | """ |
22 | 22 | ||
23 | import contextlib | 23 | import contextlib |
24 | import sys | ||
25 | import os | 24 | import os |
26 | import time | 25 | import sys |
27 | import tempfile | 26 | import tempfile |
27 | import time | ||
28 | 28 | ||
29 | import platform_utils | 29 | import platform_utils |
30 | 30 | ||
31 | |||
31 | # Env var to implicitly turn on tracing. | 32 | # Env var to implicitly turn on tracing. |
32 | REPO_TRACE = "REPO_TRACE" | 33 | REPO_TRACE = "REPO_TRACE" |
33 | 34 | ||