From: Brian Warner Date: Thu, 1 Nov 2007 22:22:41 +0000 (-0700) Subject: trailing-whitespace eradication, no functional changes X-Git-Tag: allmydata-tahoe-0.7.0~330 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d06d4f302f58f139645ef24005c9c4427b131608;p=tahoe-lafs%2Ftahoe-lafs.git trailing-whitespace eradication, no functional changes --- diff --git a/src/allmydata/manhole.py b/src/allmydata/manhole.py index 0015eed9..1d6121dc 100644 --- a/src/allmydata/manhole.py +++ b/src/allmydata/manhole.py @@ -45,7 +45,7 @@ class chainedProtocolFactory: # chainedProtocolFactory() def __init__(self, namespace): self.namespace = namespace - + def __call__(self): return insults.ServerProtocol(manhole.ColoredManhole, self.namespace)