From 69dd8750be1fbf55010a738dc1ced4655e727f23 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 22 Jun 2010 00:05:37 +0200 Subject: index.write_tree: initial version implemented, although its not yet working correctly, a test to explicitly compare the git version with the python implementation is still missing Tree and Index internally use 20 byte shas, converting them only as needed to reduce memory footprint and processing time objects: started own 'fun' module containing the most important tree functions, more are likely to be added soon --- lib/git/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/__init__.py') diff --git a/lib/git/__init__.py b/lib/git/__init__.py index 7a0d000d..7860a3c1 100644 --- a/lib/git/__init__.py +++ b/lib/git/__init__.py @@ -28,7 +28,7 @@ from git.config import GitConfigParser from git.objects import * from git.refs import * from git.diff import * -from git.errors import InvalidGitRepositoryError, NoSuchPathError, GitCommandError +from git.errors import * from git.cmd import Git from git.repo import Repo from git.remote import * -- cgit v1.2.1