diff options
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"] |