From 6f9e45c561cef7f25cfd20074c6414000543abe4 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 4 Jan 2010 16:00:41 +0000 Subject: [PATCH] geniclient isnt used anymore --- sfa/server/aggregate.py | 2 +- sfa/server/registry.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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): -- 2.47.0