websrv_lib: fix noconnection.close(), that stub must exist.

bzr revid: p_christ@hol.gr-20100726093336-dom7pcu0a38bxlsb
This commit is contained in:
P. Christeas 2010-07-26 12:33:36 +03:00
parent 726a046bc3
commit e8b1da52ab
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ class noconnection:
def makefile(self, mode, bufsize):
return None
def close(self):
pass
class dummyconn:
def shutdown(self, tru):
pass