]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- connections can't be nonblocking, since I often need to wait for a reply
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 11 Jan 2005 18:15:16 +0000 (18:15 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Tue, 11 Jan 2005 18:15:16 +0000 (18:15 +0000)
Changed files:
    modules/cons.py -> 1.4

modules/cons.py

index 6fc02f27d5b303f3de6c8116edd9b4344a215aef..00499c77ee1ba32e3da578aa489322eee95c8101 100644 (file)
@@ -9,7 +9,6 @@ import cmds
 
 class Connection:
     def __init__(self, sock, authorized):
-        sock.setblocking(False)
         self.sock=sock
         self.authorized=authorized
         self.fileno=sock.fileno
This page took 0.033251 seconds and 4 git commands to generate.