rough cleanup of component manager
[sfa.git] / sfa / methods / GetVersion.py
index 4da1e97..0bbecd2 100644 (file)
@@ -9,7 +9,7 @@ class GetVersion(Method):
     Returns this GENI Aggregate Manager's Version Information
     @return version
     """
-    interfaces = ['registry', 'aggregate', 'component']
+    interfaces = ['registry', 'aggregate']
     accepts = [
         Parameter(dict, "Options")
     ]