X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fhierarchy.py;h=ce74c9f59f0250562781ddecca88f2cc0f01d8dc;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hp=66010b7190a9864adc4db846bfce4018f32c89b3;hpb=a3ab496b43adffab4b6b628d5f00198624199eb0;p=sfa.git diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 66010b71..ce74c9f5 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -1,6 +1,6 @@ ## # This module implements a hierarchy of authorities and performs a similar -# function as the "tree" module of the original geniwrapper prototype. An HRN +# function as the "tree" module of the original SFA prototype. An HRN # is assumed to be a string of authorities separated by dots. For example, # "planetlab.us.arizona.bakers". Each component of the HRN is a different # authority, with the last component being a leaf in the tree. @@ -21,8 +21,7 @@ from sfa.util.report import * from sfa.trust.certificate import Keypair from sfa.trust.credential import * from sfa.trust.gid import GID, create_uuid - -from sfa.util.misc import * +from sfa.util.namespace import * from sfa.util.config import Config from sfa.util.sfaticket import SfaTicket