aboutsummaryrefslogtreecommitdiff
path: root/git/db/dulwich/complex.py
AgeCommit message (Collapse)Author
2011-07-07Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel
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 ...