aboutsummaryrefslogtreecommitdiff
path: root/git/refs/remote.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
commitacf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch)
tree75dedc18137297829e84f3a151130a589c3d844b /git/refs/remote.py
parent56da804ff295a05a38dc2cc73755706ea756fc52 (diff)
downloadGitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz
GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip
replaced all gitdb strings with git
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
)