From: Tony Mack Date: Mon, 4 Jan 2010 16:00:41 +0000 (+0000) Subject: geniclient isnt used anymore X-Git-Tag: sfa-0.9-7~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6f9e45c561cef7f25cfd20074c6414000543abe4;p=sfa.git geniclient isnt used anymore --- diff --git a/sfa/server/aggregate.py b/sfa/server/aggregate.py index 5a7034bb..9aee8649 100644 --- a/sfa/server/aggregate.py +++ b/sfa/server/aggregate.py @@ -35,7 +35,7 @@ class Aggregate(GeniServer): self.server.interface = 'aggregate' ## -# Aggregates is a dictionary of geniclient aggregate connections keyed on the aggregate hrn +# Aggregates is a dictionary of aggregate connections keyed on the aggregate hrn class Aggregates(dict): diff --git a/sfa/server/registry.py b/sfa/server/registry.py index a4cfceae..42258464 100644 --- a/sfa/server/registry.py +++ b/sfa/server/registry.py @@ -40,7 +40,7 @@ class Registry(GeniServer): ## -# Registries is a dictionary of geniclient registry connections keyed on the registry +# Registries is a dictionary of registry connections keyed on the registry # hrn class Registries(dict):