[svn r37639] Not sure why this was here... :|
--HG-- branch : trunk
This commit is contained in:
parent
acf54574c4
commit
d3c2f5c7b1
|
@ -98,10 +98,7 @@ class DoctestText(py.test.Item):
|
|||
linesep = '\r'
|
||||
else:
|
||||
linesep = '\r\n'
|
||||
print 'linesep:', repr(linesep)
|
||||
s = s.replace(linesep, '\n')
|
||||
self.fspath.write(s)
|
||||
print 's:', repr(s)
|
||||
return s
|
||||
|
||||
class LinkCheckerMaker(py.test.collect.Collector):
|
||||
|
|
Loading…
Reference in New Issue