fix webish unit tests by making node.url file optional

This commit is contained in:
robk-tahoe 2008-01-08 12:36:14 -07:00
parent 464637605e
commit 3a7c688270

View File

@ -1372,7 +1372,7 @@ class LocalAccess:
class WebishServer(service.MultiService): class WebishServer(service.MultiService):
name = "webish" name = "webish"
def __init__(self, webport, nodeurl_path): def __init__(self, webport, nodeurl_path=None):
service.MultiService.__init__(self) service.MultiService.__init__(self)
self.webport = webport self.webport = webport
self.root = Root() self.root = Root()