X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/e69fa50ae7f488fb49641d4a5d98d14428c526b1..HEAD:/services/proxy/host.py?ds=inline diff --git a/services/proxy/host.py b/services/proxy/host.py index a871f58..1dab659 100644 --- a/services/proxy/host.py +++ b/services/proxy/host.py @@ -12,8 +12,6 @@ class Host(Sequence): def as_tuple(self): return (self.ip,) -# TODO convert to a SetSubHandler - class HostHandler(DictSubHandler): handler_help = u"Manage proxy hosts"