aboutsummaryrefslogtreecommitdiff
path: root/git/test/__init__.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-05-06 15:03:14 +0200
commitacf5e6ea64a2f24117f1d419c208ed1c38c43690 (patch)
tree75dedc18137297829e84f3a151130a589c3d844b /git/test/__init__.py
parent56da804ff295a05a38dc2cc73755706ea756fc52 (diff)
downloadGitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.tar.gz
GitPython-acf5e6ea64a2f24117f1d419c208ed1c38c43690.zip
replaced all gitdb strings with git
Diffstat (limited to 'git/test/__init__.py')
-rw-r--r--git/test/__init__.py4
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)