trying to introduce old style humanreadablied logs hopefully without breaking the existing ones

This commit is contained in:
tahoe
2007-08-11 14:52:37 -07:00
parent 239389d3bf
commit f49194cb5e
2 changed files with 15 additions and 4 deletions

View File

@ -37,6 +37,7 @@ class Client(node.Node, Referenceable):
def __init__(self, basedir="."):
node.Node.__init__(self, basedir)
self.logSource="Client"
self.my_furl = None
self.introducer_client = None
self.init_storage()