diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-06 22:11:48 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-06 22:11:48 +0200 |
| commit | 690828ce2e03ce32c5a66186c543d7c5050287e4 (patch) | |
| tree | 219b433c182db92d7c62c78bbca5253883be10b8 /git/test/db/dulwich/__init__.py | |
| parent | 2baf8a493618463d2bb41b8e96c8304bf48e2c8a (diff) | |
| download | GitPython-690828ce2e03ce32c5a66186c543d7c5050287e4.tar.gz GitPython-690828ce2e03ce32c5a66186c543d7c5050287e4.zip | |
Added basis for initial dulwich integration. Many basic issues should surface while integrating this
Diffstat (limited to 'git/test/db/dulwich/__init__.py')
| -rw-r--r-- | git/test/db/dulwich/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/test/db/dulwich/__init__.py b/git/test/db/dulwich/__init__.py new file mode 100644 index 00000000..8a681e42 --- /dev/null +++ b/git/test/db/dulwich/__init__.py @@ -0,0 +1,4 @@ +# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors +# +# This module is part of GitDB and is released under +# the New BSD License: http://www.opensource.org/licenses/bsd-license.php |
