diff options
Diffstat (limited to 'git_refs.py')
-rw-r--r-- | git_refs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_refs.py b/git_refs.py index 3187783a..98ed1e2f 100644 --- a/git_refs.py +++ b/git_refs.py | |||
@@ -15,7 +15,7 @@ | |||
15 | # limitations under the License. | 15 | # limitations under the License. |
16 | 16 | ||
17 | import os | 17 | import os |
18 | from trace import Trace | 18 | from repo_trace import Trace |
19 | import platform_utils | 19 | import platform_utils |
20 | 20 | ||
21 | HEAD = 'HEAD' | 21 | HEAD = 'HEAD' |