summaryrefslogtreecommitdiff
path: root/refs/head.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-23 09:34:44 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-23 09:34:44 +0100
commit739fa140235cc9d65c632eaf1f5cacc944d87cfb (patch)
treedd6033cadd281858a0d1fd8f477c79b30513b9eb /refs/head.py
parentdec4663129f72321a14efd6de63f14a7419e3ed2 (diff)
downloadgitpython-739fa140235cc9d65c632eaf1f5cacc944d87cfb.tar.gz
Fixed remaining tests - lets hope that everything is indeed working correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
Diffstat (limited to 'refs/head.py')
-rw-r--r--refs/head.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/refs/head.py b/refs/head.py
index f8625bad..91a1132c 100644
--- a/refs/head.py
+++ b/refs/head.py
@@ -4,6 +4,8 @@ from reference import Reference
from git.config import SectionConstraint
+from git.util import join_path
+
from git.exc import GitCommandError
__all__ = ["HEAD", "Head"]