diff options
Diffstat (limited to 'git/test/lib/__init__.py')
-rw-r--r-- | git/test/lib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/lib/__init__.py b/git/test/lib/__init__.py index e13e227d..26ea13a3 100644 --- a/git/test/lib/__init__.py +++ b/git/test/lib/__init__.py @@ -10,4 +10,4 @@ from asserts import * from helper import * __all__ = [name for name, obj in locals().items() - if not (name.startswith('_') or inspect.ismodule(obj))] + if not (name.startswith('_') or inspect.ismodule(obj))] |