diff options
author | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
commit | aedbdd953d4ea4129273294316c23780cda9cb3b (patch) | |
tree | 5044c2146ca4b1756136040d0b4365685b0c4f84 /tests/util.py | |
parent | b068e9180365a5d74d4fb02b003d7a05f99ffac3 (diff) | |
download | sphinx-git-aedbdd953d4ea4129273294316c23780cda9cb3b.tar.gz |
Fix more line length and trailing whitespace.
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py index 03363af9a..dcaf74adf 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 |