diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-03-04 09:06:03 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-03-04 09:06:03 +0100 |
| commit | 72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b (patch) | |
| tree | 09e28dfbad901791a8306e890f69a6b737d20a03 /test/testlib/__init__.py | |
| parent | 4956c1e618bfcfeef86c6ea90c22dd04ca81b9db (diff) | |
| download | GitPython-72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b.tar.gz GitPython-72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b.zip | |
Converted all tabs to 4 space characters each to comply with pep8
Diffstat (limited to 'test/testlib/__init__.py')
| -rw-r--r-- | test/testlib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index 2133eb8c..77512794 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__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)) ] |
