diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 19:44:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 19:44:36 +0200 |
| commit | e03093dd392b92f51b7d7cf66d7b1949b9f843e6 (patch) | |
| tree | dbd2b85d8b201cb5f2848b3aaa11cffbc96031c2 /gitdb/test/__init__.py | |
| parent | 6463c10db377573e695bc504a9451bdb6cbf61f5 (diff) | |
| download | gitdbmerger.tar.gz | |
Removed plenty of code which went into git-python. This is just for completeness, gitdb doesn't need to be worked on anymoregitdbmerger
Diffstat (limited to 'gitdb/test/__init__.py')
| -rw-r--r-- | gitdb/test/__init__.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gitdb/test/__init__.py b/gitdb/test/__init__.py index 760f531..a19fc87 100644 --- a/gitdb/test/__init__.py +++ b/gitdb/test/__init__.py @@ -3,14 +3,5 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php -import gitdb.util -#{ Initialization -def _init_pool(): - """Assure the pool is actually threaded""" - size = 2 - print "Setting ThreadPool to %i" % size - gitdb.util.pool.set_size(size) - -#} END initialization |
