trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:22:41 -07:00
parent 1e76e9267b
commit d06d4f302f

View File

@ -45,7 +45,7 @@ class chainedProtocolFactory:
# chainedProtocolFactory()
def __init__(self, namespace):
self.namespace = namespace
def __call__(self):
return insults.ServerProtocol(manhole.ColoredManhole, self.namespace)