diff options
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 |
