Donne la socket au serveur Web

darcs-hash:20051109122740-d1718-9a5c5504212da9638f1f4fe9094cfc42cccf3a24.gz
This commit is contained in:
bernat 2005-11-09 13:27:40 +01:00
parent 08aa3c9211
commit 4a939e3134

View file

@ -29,6 +29,7 @@ class Server:
except: except:
pass pass
os.mkfifo(socket, 0600) os.mkfifo(socket, 0600)
os.chown(socket, 67, -1)
self.socket = file(socket, "a+") self.socket = file(socket, "a+")
def execute(self,cmd): def execute(self,cmd):