diff options
author | Robert Lehmann <mail@robertlehmann.de> | 2015-03-20 22:26:32 +0100 |
---|---|---|
committer | Robert Lehmann <mail@robertlehmann.de> | 2015-03-20 22:26:32 +0100 |
commit | 657c53b0f571fedcfa4cb347de7573a6dcfd1963 (patch) | |
tree | b8fc308dac95a7f5c04217852160e4201353d18b /tests/util.py | |
parent | e2da583be85a74f5ce25200836227aa5b8c85b67 (diff) | |
download | sphinx-git-657c53b0f571fedcfa4cb347de7573a6dcfd1963.tar.gz |
Fixes #1785: Reduce output for test generators.
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py index f7d8411c7..ebd981584 100644 --- a/tests/util.py +++ b/tests/util.py @@ -23,7 +23,7 @@ from sphinx.theming import Theme from sphinx.ext.autodoc import AutoDirective from sphinx.pycode import ModuleAnalyzer -from path import path +from path import path, repr_as try: # Python >=3.3 |