test
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 19 Jan 2011 21:19:39 +0000 (16:19 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 19 Jan 2011 21:19:39 +0000 (16:19 -0500)
sfa/methods/Resolve.py

index 7e1a589..659f9de 100644 (file)
@@ -33,7 +33,8 @@ class Resolve(Method):
         if not isinstance(xrns, types.ListType):
             xrns=[xrns]
         hrns = [urn_to_hrn(xrn)[0] for xrn in xrns]
-        #test 
+        #test
+        #test2
         #find valid credentials
         valid_creds = self.api.auth.checkCredentials(creds, 'resolve')