X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fserver%2Fcomponent.py;h=c83ac4af3f126b12e8a7da5ce53ca741c68bd6e4;hp=df5d4836ec3dcb8d708b0bf45d90a89e7dbc965f;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hpb=7c1cf48e3a60344e3c381d1edac89d81659655f3 diff --git a/sfa/server/component.py b/sfa/server/component.py index df5d4836..c83ac4af 100644 --- a/sfa/server/component.py +++ b/sfa/server/component.py @@ -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,7 +19,7 @@ except ImportError: GeniClientLight = None ## -# Component is a GeniServer that serves component operations. +# Component is a SfaServer that serves component operations. class Component(ComponentServer): ##