From dec4663129f72321a14efd6de63f14a7419e3ed2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 23 Nov 2010 09:14:17 +0100 Subject: Split ref implementation up into multiple files, to make room for the log implementation --- repo/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/fun.py') diff --git a/repo/fun.py b/repo/fun.py index a0f66fe5..a684730b 100644 --- a/repo/fun.py +++ b/repo/fun.py @@ -1,5 +1,5 @@ """Package with general repository related functions""" - +import os from gitdb.exc import BadObject from git.refs import SymbolicReference from git.objects import Object -- cgit v1.2.3