From 6d564844e830c1faaf746460327bd14f3234171e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 10 Jan 2009 22:18:18 +0100 Subject: Fix more line length and trailing whitespace. --- tests/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/util.py') diff --git a/tests/util.py b/tests/util.py index 03363af9..dcaf74ad 100644 --- a/tests/util.py +++ b/tests/util.py @@ -97,7 +97,8 @@ class TestApp(application.Sphinx): """ def __init__(self, srcdir=None, confdir=None, outdir=None, doctreedir=None, - buildername='html', confoverrides=None, status=None, warning=None, + buildername='html', confoverrides=None, + status=None, warning=None, freshenv=None, confname='conf.py', cleanenv=False): application.CONFIG_FILENAME = confname -- cgit v1.2.1