From ac195c53f5485ba8faf249be1cdaaee799e99ff9 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 24 Jan 2011 17:05:40 -0500 Subject: [PATCH] remove comments --- sfa/methods/Resolve.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sfa/methods/Resolve.py b/sfa/methods/Resolve.py index 36fa40d4..689390a8 100644 --- a/sfa/methods/Resolve.py +++ b/sfa/methods/Resolve.py @@ -33,9 +33,6 @@ class Resolve(Method): if not isinstance(xrns, types.ListType): xrns=[xrns] hrns = [urn_to_hrn(xrn)[0] for xrn in xrns] - #test - #test2 - #test tmack #find valid credentials valid_creds = self.api.auth.checkCredentials(creds, 'resolve') -- 2.43.0