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/repo/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/repo/base.py') diff --git a/git/repo/base.py b/git/repo/base.py index b8509aa7..29916986 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -14,7 +14,7 @@ from git.config import GitConfigParser from git.remote import Remote from git.db import ( GitCmdObjectDB, - GitDB + PureGitDB ) @@ -33,7 +33,7 @@ import os import sys import re -DefaultDBType = GitDB +DefaultDBType = PureGitDB if sys.version_info[1] < 5: # python 2.4 compatiblity DefaultDBType = GitCmdObjectDB # END handle python 2.4 -- cgit v1.2.1