From 739fa140235cc9d65c632eaf1f5cacc944d87cfb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 23 Nov 2010 09:34:44 +0100 Subject: 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 --- refs/head.py | 2 ++ refs/reference.py | 1 + refs/remote.py | 1 + 3 files changed, 4 insertions(+) (limited to 'refs') 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"] diff --git a/refs/reference.py b/refs/reference.py index 1f97b92e..a76e2d5d 100644 --- a/refs/reference.py +++ b/refs/reference.py @@ -1,5 +1,6 @@ from symbolic import SymbolicReference import os +from git.objects import Object from git.util import ( LazyMixin, Iterable, diff --git a/refs/remote.py b/refs/remote.py index 7ea9eb46..85dc0f1e 100644 --- a/refs/remote.py +++ b/refs/remote.py @@ -1,5 +1,6 @@ from head import Head from git.util import join_path +from gitdb.util import join import os -- cgit v1.2.3