From a23d0d8617ba3119069e610fc7b0850a17322726 Mon Sep 17 00:00:00 2001 From: Craig Northway Date: Fri, 25 Jul 2014 11:26:48 +1000 Subject: Autopep8 fixes with maximum line length 120 --- git/test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/__init__.py') diff --git a/git/test/__init__.py b/git/test/__init__.py index f71cbdf0..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) - -- cgit v1.2.3