summaryrefslogtreecommitdiff
path: root/gitdb/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitdb/test/__init__.py')
-rw-r--r--gitdb/test/__init__.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/gitdb/test/__init__.py b/gitdb/test/__init__.py
index f805944..8a681e4 100644
--- a/gitdb/test/__init__.py
+++ b/gitdb/test/__init__.py
@@ -2,15 +2,3 @@
#
# 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