geniclient isnt used anymore
authorTony Mack <tmack@cs.princeton.edu>
Mon, 4 Jan 2010 16:00:41 +0000 (16:00 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 4 Jan 2010 16:00:41 +0000 (16:00 +0000)
sfa/server/aggregate.py
sfa/server/registry.py

index 5a7034b..9aee864 100644 (file)
@@ -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):
 
index a4cfcea..4225846 100644 (file)
@@ -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):