remove svn keywords one last time and for good (hopefully)
[sfa.git] / sfa / server / component.py
index df5d483..1dc6652 100644 (file)
@@ -1,10 +1,6 @@
 #
-# Component is a GeniServer that implements the Component interface
+# Component is a SfaServer that implements the Component interface
 #
-### $Id: 
-### $URL: 
-#
-
 import tempfile
 import os
 import time
@@ -19,7 +15,7 @@ except ImportError:
     GeniClientLight = None            
 
 ##
-# Component is a GeniServer that serves component operations.
+# Component is a SfaServer that serves component operations.
 
 class Component(ComponentServer):
     ##