From 39440c91c99bd51767a0f7bca91b9369cca45e62 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 9 Sep 2008 18:51:49 +0200 Subject: [PATCH] [svn r58010] some support for old naming because many sites import ReST checker from this conftest. --HG-- branch : trunk --- py/doc/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py/doc/conftest.py b/py/doc/conftest.py index aa8747abb..ce281d254 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -321,3 +321,5 @@ def resolve_linkrole(name, text, check=True): relpath += '.html' return (text, apigen_relpath + 'source/%s' % (relpath,)) +# legacy +ReSTChecker = DocfileTests