summaryrefslogtreecommitdiff
path: root/git/repo/__init__.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
commitcb68eef0865df6aedbc11cd81888625a70da6777 (patch)
treebd3018e6257574687b271b6c2e652ef943657471 /git/repo/__init__.py
parent65747a216c67c3101c6ae2edaa8119d786b793cb (diff)
downloadgitpython-cb68eef0865df6aedbc11cd81888625a70da6777.tar.gz
Moved everything into the git subdirectory - some tests still need to be adjusted
Diffstat (limited to 'git/repo/__init__.py')
-rw-r--r--git/repo/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/repo/__init__.py b/git/repo/__init__.py
new file mode 100644
index 00000000..8902a254
--- /dev/null
+++ b/git/repo/__init__.py
@@ -0,0 +1,3 @@
+"""Initialize the Repo package"""
+
+from base import * \ No newline at end of file