trimmed useless imports, unstarred all imports
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 Oct 2011 16:09:10 +0000 (18:09 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 Oct 2011 16:09:10 +0000 (18:09 +0200)
commit57b6a99255d4a88be9c0f910f8524677e34ff4bc
tree934aa7c6beed8fb84d64af46a589ce63c6488513
parent0e88fcdd561d1d3f09e59e71e7dea82f8a8d4b66
trimmed useless imports, unstarred all imports
75 files changed:
sfa/managers/aggregate_manager.py
sfa/managers/component_manager_pl.py
sfa/methods/CreateSliver.py
sfa/methods/DeleteSliver.py
sfa/methods/GetCredential.py
sfa/methods/GetGids.py
sfa/methods/GetSelfCredential.py
sfa/methods/GetTicket.py
sfa/methods/GetVersion.py
sfa/methods/List.py
sfa/methods/ListResources.py
sfa/methods/ListSlices.py
sfa/methods/RedeemTicket.py
sfa/methods/Register.py
sfa/methods/RegisterPeerObject.py
sfa/methods/Remove.py
sfa/methods/RemovePeerObject.py
sfa/methods/RenewSliver.py
sfa/methods/Resolve.py
sfa/methods/ResolveGENI.py
sfa/methods/Shutdown.py
sfa/methods/SliverStatus.py
sfa/methods/Start.py
sfa/methods/Stop.py
sfa/methods/Update.py
sfa/methods/UpdateSliver.py
sfa/methods/get_aggregates.py
sfa/methods/get_key.py
sfa/methods/get_registries.py
sfa/methods/get_trusted_certs.py
sfa/methods/register_peer_object.py
sfa/methods/remove_peer_object.py
sfa/methods/reset_slice.py
sfa/plc/aggregate.py
sfa/plc/api.py
sfa/plc/network.py
sfa/plc/sfa-import-plc.py
sfa/plc/sfa-nuke-plc.py
sfa/plc/sfaImport.py
sfa/plc/slices.py
sfa/rspecs/pg_rspec_converter.py
sfa/rspecs/rspec.py
sfa/rspecs/sfa_rspec_converter.py
sfa/rspecs/versions/pgv2.py
sfa/server/aggregate.py
sfa/server/componentserver.py
sfa/server/interface.py
sfa/server/registry.py
sfa/server/sfa_component_setup.py
sfa/server/threadedserver.py
sfa/trust/auth.py
sfa/trust/certificate.py
sfa/trust/credential.py
sfa/trust/credential_legacy.py
sfa/trust/gid.py
sfa/trust/hierarchy.py
sfa/trust/sfaticket.py
sfa/util/PostgreSQL.py
sfa/util/api.py
sfa/util/filter.py
sfa/util/method.py
sfa/util/parameter.py
sfa/util/policy.py
sfa/util/rspecHelper.py
sfa/util/table.py
sfa/util/xml.py
sfa/util/xrn.py
sfatables/commands/Add.py
sfatables/commands/Delete.py
sfatables/commands/Insert.py
sfatables/commands/List.py
sfatables/runtime.py
sfatables/sfatables
sfatables/xmlextension.py
sfatables/xmlrule.py