diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-07 17:43:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-07 17:43:36 +0200 |
| commit | ca288d443f4fc9d790eecb6e1cdf82b6cdd8dc0d (patch) | |
| tree | 647089e9f091411c69ff4ee62747c53606671485 /lib/git/index/__init__.py | |
| parent | a4287f65878000b42d11704692f9ea3734014b4c (diff) | |
| parent | 01ab5b96e68657892695c99a93ef909165456689 (diff) | |
| download | GitPython-ca288d443f4fc9d790eecb6e1cdf82b6cdd8dc0d.tar.gz GitPython-ca288d443f4fc9d790eecb6e1cdf82b6cdd8dc0d.zip | |
Merge branch 'revparse'
Diffstat (limited to 'lib/git/index/__init__.py')
| -rw-r--r-- | lib/git/index/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/index/__init__.py b/lib/git/index/__init__.py index 13f874b0..fe4a7f59 100644 --- a/lib/git/index/__init__.py +++ b/lib/git/index/__init__.py @@ -1,4 +1,4 @@ -"""Initialize the index module""" +"""Initialize the index package""" from base import * from typ import *
\ No newline at end of file |
