diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-05 19:59:17 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-05 19:59:17 +0200 |
| commit | 61138f2ece0cb864b933698174315c34a78835d1 (patch) | |
| tree | bf764cc491c7f29bb4e9cb97b42d75b4b5c6458b /test/git/odb/test_pool.py | |
| parent | 50e469109eed3a752d9a1b0297f16466ad92f8d2 (diff) | |
| download | GitPython-61138f2ece0cb864b933698174315c34a78835d1.tar.gz GitPython-61138f2ece0cb864b933698174315c34a78835d1.zip | |
Moved multiprocessing modules into own package, as they in fact have nothing to do with the object db. If that really works the way I want, it will become an own project, called async
Diffstat (limited to 'test/git/odb/test_pool.py')
| -rw-r--r-- | test/git/odb/test_pool.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/git/odb/test_pool.py b/test/git/odb/test_pool.py deleted file mode 100644 index 6656c69d..00000000 --- a/test/git/odb/test_pool.py +++ /dev/null @@ -1,10 +0,0 @@ -"""Channel testing""" -from test.testlib import * -from git.odb.pool import * - -import time - -class TestThreadPool(TestBase): - - def test_base(self): - pass |
