From f1789064000edbb002de9370c80178be4d210cdf Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 13 Mar 2014 22:34:04 -0700 Subject: [PATCH] Fix python 2.6 --- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index feae5f1e..91998765 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -56,7 +56,7 @@ setup( ], } ) - """) +""") foo_module = local.path('foo') @@ -68,7 +68,7 @@ setup( def func(): print 'Hello World' return 0 - """) +""") add_and_commit()