replaceing resolve with Resolve
[sfa.git] / sfa / methods / ResolveGENI.py
index 83b6c39..c223bbe 100644 (file)
@@ -4,12 +4,12 @@ from sfa.util.method import Method
 from sfa.util.parameter import Parameter
 from sfa.trust.credential import Credential
 
-class ResolveGENI(Method):
+class Resolve(Method):
     """
     Lookup a URN and return information about the corresponding object.
     @param urn
-    
     """
+
     interfaces = ['registry']
     accepts = [
         Parameter(str, "URN"),
@@ -27,4 +27,4 @@ class ResolveGENI(Method):
             manager = __import__(manager_module, fromlist=[manager_base])
             return manager.Resolve(self.api, xrn, '')
                
-        return {}
\ No newline at end of file
+        return {}