aboutsummaryrefslogtreecommitdiff
path: root/git/refs/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs/remote.py')
-rw-r--r--git/refs/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/remote.py b/git/refs/remote.py
index bfe80e62..b883b00b 100644
--- a/git/refs/remote.py
+++ b/git/refs/remote.py
@@ -1,6 +1,6 @@
import os
from headref import Head
-from gitdb.util import (
+from git.util import (
join,
join_path
)