From af32b6e0ad4ab244dc70a5ade0f8a27ab45942f8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 14 Jun 2010 16:04:30 +0200 Subject: index: split index file into multiple files of a single package. This didn't reduce the file size as much as I would have liked, but certainly is a start for further 'outsourcing' --- lib/git/index/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/git/index/__init__.py (limited to 'lib/git/index/__init__.py') diff --git a/lib/git/index/__init__.py b/lib/git/index/__init__.py new file mode 100644 index 00000000..13f874b0 --- /dev/null +++ b/lib/git/index/__init__.py @@ -0,0 +1,4 @@ +"""Initialize the index module""" + +from base import * +from typ import * \ No newline at end of file -- cgit v1.2.3