From 9fc7b9a068189cc0d249d0870dfb0112ab5dec92 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 5 May 2011 15:25:11 +0200 Subject: Made most primal imports work, but stopped here as there are many more changes when doing the merge --- git/objects/fun.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git/objects/fun.py') diff --git a/git/objects/fun.py b/git/objects/fun.py index 22016b27..2443bad7 100644 --- a/git/objects/fun.py +++ b/git/objects/fun.py @@ -1,2 +1,4 @@ """Module with functions which are supposed to be as fast as possible""" +from gitdb.object.fun import * + -- cgit v1.2.3