removed another bunch of references to geni
[sfa.git] / sfa / server / component.py
index e811a2d..c83ac4a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Component is a GeniServer that implements the Component interface
+# Component is a SfaServer that implements the Component interface
 #
 ### $Id: 
 ### $URL: 
@@ -19,9 +19,9 @@ except ImportError:
     GeniClientLight = None            
 
 ##
-# Component is a GeniServer that serves component operations.
+# Component is a SfaServer that serves component operations.
 
-class Component(GeniServer):
+class Component(ComponentServer):
     ##
     # Create a new registry object.
     #