diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 19:53:42 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 19:53:42 +0100 |
| commit | d884adc80c80300b4cc05321494713904ef1df2d (patch) | |
| tree | 3878d5e0282531596d42505d8725482dde002c20 /test/testlib/__init__.py | |
| parent | 05d2687afcc78cd192714ee3d71fdf36a37d110f (diff) | |
| parent | ace1fed6321bb8dd6d38b2f58d7cf815fa16db7a (diff) | |
| download | GitPython-d884adc80c80300b4cc05321494713904ef1df2d.tar.gz GitPython-d884adc80c80300b4cc05321494713904ef1df2d.zip | |
Merge branch 'improvements'
Diffstat (limited to 'test/testlib/__init__.py')
| -rw-r--r-- | test/testlib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testlib/__init__.py b/test/testlib/__init__.py index f364171b..2133eb8c 100644 --- a/test/testlib/__init__.py +++ b/test/testlib/__init__.py @@ -8,7 +8,6 @@ import inspect from mock import * from asserts import * from helper import * -from unittest import TestCase __all__ = [ name for name, obj in locals().items() if not (name.startswith('_') or inspect.ismodule(obj)) ] |
