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