From 6c1faef799095f3990e9970bc2cb10aa0221cf9c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 12 Jun 2010 17:20:43 +0200 Subject: Removed odb from project, it is now used as a submodule named gitdb, which was added instead Adjusted all imports to deal with the changed package names --- lib/git/errors.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/git/errors.py') diff --git a/lib/git/errors.py b/lib/git/errors.py index d8a35e02..6d926500 100644 --- a/lib/git/errors.py +++ b/lib/git/errors.py @@ -10,18 +10,6 @@ Module containing all exceptions thrown througout the git package, class InvalidGitRepositoryError(Exception): """ Thrown if the given repository appears to have an invalid format. """ -class ODBError(Exception): - """All errors thrown by the object database""" - -class InvalidDBRoot(ODBError): - """Thrown if an object database cannot be initialized at the given path""" - -class BadObject(ODBError): - """The object with the given SHA does not exist""" - -class BadObjectType(ODBError): - """The object had an unsupported type""" - class NoSuchPathError(OSError): """ Thrown if a path could not be access by the system. """ -- cgit v1.2.1