X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Futil%2Fxrn.py;h=752e7a9ebd7c43ac5243adf13a5761f676fd1b99;hp=d5ad2d45851feb7e7c0f767c0819cf87f08b5fad;hb=3eea82897aba845da0d12c1ba56012e599f58853;hpb=6a916bd26a48a8315fcabf08f8232a73e81d6f59 diff --git a/sfa/util/xrn.py b/sfa/util/xrn.py index d5ad2d45..752e7a9e 100644 --- a/sfa/util/xrn.py +++ b/sfa/util/xrn.py @@ -1,7 +1,6 @@ import re from sfa.util.faults import * -from sfa.util.sfalogging import sfa_logger # for convenience and smoother translation - we should get rid of these functions eventually def get_leaf(hrn): return Xrn(hrn).get_leaf() @@ -74,7 +73,7 @@ class Xrn: self.hrn_to_urn() # happens all the time .. # if not type: -# sfa_logger().debug("type-less Xrn's are not safe") +# debug_logger.debug("type-less Xrn's are not safe") def get_urn(self): return self.urn def get_hrn(self): return self.hrn