diff options
Diffstat (limited to 'lib/git/odb/__init__.py')
-rw-r--r-- | lib/git/odb/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
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 * - |