projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4646376
)
fix webish unit tests by making node.url file optional
author
robk-tahoe
<robk-tahoe@allmydata.com>
Tue, 8 Jan 2008 19:36:14 +0000
(12:36 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Tue, 8 Jan 2008 19:36:14 +0000
(12:36 -0700)
src/allmydata/webish.py
patch
|
blob
|
history
diff --git
a/src/allmydata/webish.py
b/src/allmydata/webish.py
index aa3d0625923b55b4baa2f178551da1c3e4996018..43daecea2c4cdb725b1e633e27530d590ddb6918 100644
(file)
--- a/
src/allmydata/webish.py
+++ b/
src/allmydata/webish.py
@@
-1372,7
+1372,7
@@
class LocalAccess:
class WebishServer(service.MultiService):
name = "webish"
- def __init__(self, webport, nodeurl_path):
+ def __init__(self, webport, nodeurl_path
=None
):
service.MultiService.__init__(self)
self.webport = webport
self.root = Root()