diff options
Diffstat (limited to 'git/test/__init__.py')
| -rw-r--r-- | git/test/__init__.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/git/test/__init__.py b/git/test/__init__.py index a29d96a7..bc832619 100644 --- a/git/test/__init__.py +++ b/git/test/__init__.py @@ -6,9 +6,9 @@ import git.util -def _init_pool(): - """Assure the pool is actually threaded""" - size = 2 - print "Setting ThreadPool to %i" % size - git.util.pool.set_size(size) +def _init_pool(): + """Assure the pool is actually threaded""" + size = 2 + print "Setting ThreadPool to %i" % size + git.util.pool.set_size(size) |
