[svn r58010] some support for old naming because many sites import ReST checker from this conftest.

--HG--
branch : trunk
This commit is contained in:
hpk 2008-09-09 18:51:49 +02:00
parent 0c1fe61f44
commit 39440c91c9
1 changed files with 2 additions and 0 deletions

View File

@ -321,3 +321,5 @@ def resolve_linkrole(name, text, check=True):
relpath += '.html'
return (text, apigen_relpath + 'source/%s' % (relpath,))
# legacy
ReSTChecker = DocfileTests