proper fix. ":w" helps.

This commit is contained in:
benoitc 2011-08-22 16:43:15 +02:00
parent e3617e3b38
commit 953021d449

View File

@ -79,7 +79,7 @@ class UnixSocket(BaseSocket):
os.remove(conf.address)
except OSError:
pass
super(UnixSocket, self).__init__(conf, fd=fd)
super(UnixSocket, self).__init__(conf, log, fd=fd)
def __str__(self):
return "unix:%s" % self.address