From: Thierry Parmentelat Date: Fri, 11 May 2012 12:13:11 +0000 (+0200) Subject: more useless imports are gone X-Git-Tag: sfa-2.1-6~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ec290259521e2f81ff80068a9330fe782743debd;hp=77f188b92f5d6bda3ef17dee008053d7a7d17657;p=sfa.git more useless imports are gone --- diff --git a/sfa/importer/openstackimporter.py b/sfa/importer/openstackimporter.py index 2331fa72..d9c3d8ff 100644 --- a/sfa/importer/openstackimporter.py +++ b/sfa/importer/openstackimporter.py @@ -2,7 +2,7 @@ import os from sfa.util.config import Config from sfa.util.xrn import Xrn, get_leaf, get_authority, hrn_to_urn -from sfa.util.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn, hrn_to_pl_slicename +from sfa.util.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn from sfa.trust.gid import create_uuid from sfa.trust.certificate import convert_public_key, Keypair from sfa.storage.alchemy import dbsession diff --git a/sfa/managers/aggregate_manager_eucalyptus.py b/sfa/managers/aggregate_manager_eucalyptus.py index 552f5446..b83afe41 100644 --- a/sfa/managers/aggregate_manager_eucalyptus.py +++ b/sfa/managers/aggregate_manager_eucalyptus.py @@ -17,7 +17,7 @@ from sqlobject import * from sfa.util.faults import InvalidRSpec from sfa.util.xrn import urn_to_hrn, Xrn -from sfa.util.plxrn import hrn_to_pl_slicename, slicename_to_hrn +from sfa.util.plxrn import slicename_to_hrn from sfa.util.callids import Callids #comes with its own logging #from sfa.util.sfalogging import logger