From 4bb5107cff6f205f5c6e73a6f8bd22fc56f48cf4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 7 Jul 2011 14:53:37 +0200 Subject: Initial version of the DulwichType inheritance. For now, it inherits everything from the existing implementation, but one by one things can be reimplmented to use dulwich. It also shows that py 2.6 is quite plagued from its new feature, which is actually a bug, as objects inability to accept any args makes mixins hard to use ... --- git/db/dulwich/base.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 git/db/dulwich/base.py (limited to 'git/db/dulwich/base.py') diff --git a/git/db/dulwich/base.py b/git/db/dulwich/base.py deleted file mode 100644 index cd1d71c8..00000000 --- a/git/db/dulwich/base.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Module with some basic database implementations""" - - -__all__ = [] - - -- cgit v1.2.3