From 7eb8c83b47a094da8bf7dbb0388e29cb131916d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 6 Jul 2009 20:53:53 +0000 Subject: [PATCH] trace is imported with from-import --- sfa/trust/hierarchy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index a6055de2..abb2328d 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -152,7 +152,7 @@ class Hierarchy: # @param create_parents if true, also create the parents if they do not exist def create_auth(self, hrn, create_parents=False): - report.trace("Hierarchy: creating authority: " + hrn) + trace("Hierarchy: creating authority: " + hrn) # create the parent authority if necessary parent_hrn = get_authority(hrn) @@ -195,7 +195,7 @@ class Hierarchy: # @param hrn the human readable name of the authority to create. def get_auth_info(self, hrn): - #report.trace("Hierarchy: getting authority: " + hrn) + #trace("Hierarchy: getting authority: " + hrn) if not self.auth_exists(hrn): raise MissingAuthority(hrn) -- 2.45.2