From cb68eef0865df6aedbc11cd81888625a70da6777 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 25 Nov 2010 17:01:25 +0100 Subject: Moved everything into the git subdirectory - some tests still need to be adjusted --- git/index/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 git/index/__init__.py (limited to 'git/index/__init__.py') diff --git a/git/index/__init__.py b/git/index/__init__.py new file mode 100644 index 00000000..fe4a7f59 --- /dev/null +++ b/git/index/__init__.py @@ -0,0 +1,4 @@ +"""Initialize the index package""" + +from base import * +from typ import * \ No newline at end of file -- cgit v1.2.3