diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 19:44:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 19:44:36 +0200 |
| commit | e03093dd392b92f51b7d7cf66d7b1949b9f843e6 (patch) | |
| tree | dbd2b85d8b201cb5f2848b3aaa11cffbc96031c2 /gitdb/object/submodule.py | |
| parent | 6463c10db377573e695bc504a9451bdb6cbf61f5 (diff) | |
| download | gitdbmerger.tar.gz | |
Removed plenty of code which went into git-python. This is just for completeness, gitdb doesn't need to be worked on anymoregitdbmerger
Diffstat (limited to 'gitdb/object/submodule.py')
| -rw-r--r-- | gitdb/object/submodule.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gitdb/object/submodule.py b/gitdb/object/submodule.py index 77669b3..33cb649 100644 --- a/gitdb/object/submodule.py +++ b/gitdb/object/submodule.py @@ -1,12 +1,6 @@ from base import IndexObject -class Submodule(IndexObject): - """Dummy type representing submodules. At some point an implemenation might be add - ( it currently is located in GitPython )""" - # this is a bogus type for base class compatability - type = 'submodule' - # this type doesn't really have a type id - type_id = 0 + |
