[svn r63178] remove wrong assert

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-21 15:00:01 +01:00
parent 8dd1dd24bc
commit d464940fb2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class PocooPlugin:
help="send failures to %s" %(url.base,))
def getproxy(self):
assert 0
return py.std.xmlrpclib.ServerProxy(url.xmlrpc).pastes
def pytest_terminal_summary(self, terminalreporter):