From bf2083922b7bccc31917bf9cdb74e3d4892c2600 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 1 Jun 2008 12:52:53 -0700 Subject: style: remove spaces around parens per PEP8 Signed-off-by: David Aguilar --- test/testlib/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testlib/helper.py') diff --git a/test/testlib/helper.py b/test/testlib/helper.py index 0e3f6bf5..ccc7f0ac 100644 --- a/test/testlib/helper.py +++ b/test/testlib/helper.py @@ -3,7 +3,7 @@ import os GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) def fixture_path(name): - test_dir = os.path.dirname( os.path.dirname(__file__) ) + test_dir = os.path.dirname(os.path.dirname(__file__)) return os.path.join(test_dir, "fixtures", name) def fixture(name): -- cgit v1.2.1