diff options
Diffstat (limited to 'lib/git/objects/__init__.py')
-rw-r--r-- | lib/git/objects/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/objects/__init__.py b/lib/git/objects/__init__.py index 192750e3..717fa808 100644 --- a/lib/git/objects/__init__.py +++ b/lib/git/objects/__init__.py @@ -9,4 +9,4 @@ from tree import * from commit import * __all__ = [ name for name, obj in locals().items() - if not (name.startswith('_') or inspect.ismodule(obj)) ]
\ No newline at end of file + if not (name.startswith('_') or inspect.ismodule(obj)) ]
\ No newline at end of file |