diff options
Diffstat (limited to 'git/test/__init__.py')
| -rw-r--r-- | git/test/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/test/__init__.py b/git/test/__init__.py index 63d25743..a29d96a7 100644 --- a/git/test/__init__.py +++ b/git/test/__init__.py @@ -4,11 +4,11 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -import gitdb.util +import git.util def _init_pool(): """Assure the pool is actually threaded""" size = 2 print "Setting ThreadPool to %i" % size - gitdb.util.pool.set_size(size) + git.util.pool.set_size(size) |
