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/odb/__init__.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/git/odb/__init__.py (limited to 'lib/git/odb/__init__.py') diff --git a/lib/git/odb/__init__.py b/lib/git/odb/__init__.py deleted file mode 100644 index 5789d7eb..00000000 --- a/lib/git/odb/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Initialize the object database module""" - -# default imports -from db import * -from stream import * - -- cgit v1.2.1