diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-11 16:49:05 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-11 16:49:05 +0200 |
| commit | 9374a916588d9fe7169937ba262c86ad710cfa74 (patch) | |
| tree | dfe77a02cfa3fbe34563326cea95e92694d21b9a /test/testlib/__init__.py | |
| parent | 20f202d83bdf1f332a3cb8f010bcf8bf3c2807bd (diff) | |
| download | GitPython-9374a916588d9fe7169937ba262c86ad710cfa74.tar.gz GitPython-9374a916588d9fe7169937ba262c86ad710cfa74.zip | |
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my editor to work with the files properly. Can convert it back for releaes
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 77512794..2133eb8c 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)) ] |
