[svn r38621] * fix for linking problems: move future.txt one level up

* be slightly more defensive about apigen_relpath

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-12 18:58:38 +01:00
parent 9e8334e8ae
commit a07cceca9f
7 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ option = py.test.config.addoptions("documentation check options",
)
def get_apigen_relpath():
return py.test.config.option.apigen_relpath + "/"
return py.test.config.option.apigen_relpath.rstrip('\/') + "/"
def deindent(s, sep='\n'):
leastspaces = -1