From cc665c697903ddb65d08c02adc6fbf09955cdb13 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 21 Aug 2012 23:26:39 +1000 Subject: [PATCH] Fix an indentation error that was introduced in the last commit. Signed-off-by: David --- blockfindertest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockfindertest.py b/blockfindertest.py index 2440271..16b2b17 100755 --- a/blockfindertest.py +++ b/blockfindertest.py @@ -41,7 +41,7 @@ class BlockFinderTestExtras: class BaseBlockfinderTest(unittest.TestCase): """ This is the base blockfinder test class and provides a setUp and a tearDown which create and destroy a temporary - cache directory and database respectively. + cache directory and database respectively. """ def setUp(self): self.extra_block_test_f = BlockFinderTestExtras() -- 2.11.4.GIT