diff options
Diffstat (limited to 'git_refs.py')
-rw-r--r-- | git_refs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/git_refs.py b/git_refs.py index aca1f90d..1f5eaab4 100644 --- a/git_refs.py +++ b/git_refs.py | |||
@@ -13,8 +13,10 @@ | |||
13 | # limitations under the License. | 13 | # limitations under the License. |
14 | 14 | ||
15 | import os | 15 | import os |
16 | from repo_trace import Trace | 16 | |
17 | import platform_utils | 17 | import platform_utils |
18 | from repo_trace import Trace | ||
19 | |||
18 | 20 | ||
19 | HEAD = "HEAD" | 21 | HEAD = "HEAD" |
20 | R_CHANGES = "refs/changes/" | 22 | R_CHANGES = "refs/changes/" |