summaryrefslogtreecommitdiffstats
path: root/git_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_refs.py')
-rw-r--r--git_refs.py2
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
17import os 17import os
18from trace import Trace 18from repo_trace import Trace
19import platform_utils 19import platform_utils
20 20
21HEAD = 'HEAD' 21HEAD = 'HEAD'