Merge branch 'master' of ssh://git.planet-lab.org/git/sfa
authorMarco Yuen <marcoy@gmail.com>
Wed, 19 Jan 2011 21:15:07 +0000 (16:15 -0500)
committerMarco Yuen <marcoy@gmail.com>
Wed, 19 Jan 2011 21:15:07 +0000 (16:15 -0500)
sfa/methods/Resolve.py

index 92aeec2..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
+        #test2
         #find valid credentials
         valid_creds = self.api.auth.checkCredentials(creds, 'resolve')