diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
commit | 739fa140235cc9d65c632eaf1f5cacc944d87cfb (patch) | |
tree | dd6033cadd281858a0d1fd8f477c79b30513b9eb /refs/head.py | |
parent | dec4663129f72321a14efd6de63f14a7419e3ed2 (diff) | |
download | gitpython-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.py | 2 |
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"] |