diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-30 01:23:28 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-30 01:23:28 +0200 |
| commit | 112bb1672d6b28f203e7839e320b985486636800 (patch) | |
| tree | 755fb8dcab211678697f6e03cf37122592b7c573 /git/repo/__init__.py | |
| parent | 0996049122842a343e0ea7fbbecafddb2b4ba9d3 (diff) | |
| download | GitPython-112bb1672d6b28f203e7839e320b985486636800.tar.gz GitPython-112bb1672d6b28f203e7839e320b985486636800.zip | |
Finished moving all repository methods to the respective interfaces and implementations. It seems theoretically work together now, although it clearly is much more complex than ever before.
The repo package was slimmed down to being a module once again, which is only there for compatability actually
Diffstat (limited to 'git/repo/__init__.py')
| -rw-r--r-- | git/repo/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git/repo/__init__.py b/git/repo/__init__.py deleted file mode 100644 index 8902a254..00000000 --- a/git/repo/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Initialize the Repo package""" - -from base import *
\ No newline at end of file |
