python3 - 2to3 + miscell obvious tweaks
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Mar 2019 16:09:22 +0000 (17:09 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Mar 2019 16:09:22 +0000 (17:09 +0100)
commit4a9e6751f9f396f463932133b9d62fc925a99ef6
tree064dbcabde06d0b1682f852dccbbd467ddc4e7bd
parent648ac3fd865ea29425485f26eb0a7bf1a62281e0
python3 - 2to3 + miscell obvious tweaks
112 files changed:
Makefile
clientbin/getNodes.py
clientbin/getRecord.py
clientbin/setRecord.py
clientbin/sfaadmin.py
clientbin/sfadump.py
clientbin/sfax509.py
clientbin/sfi.py
clientbin/sfiAddAttribute.py
clientbin/sfiAddLinks.py
clientbin/sfiAddSliver.py
clientbin/sfiDeleteAttribute.py
clientbin/sfiDeleteSliver.py
clientbin/sfiListLinks.py
clientbin/sfiListNodes.py
clientbin/sfiListSlivers.py
keyconvert/keyconvert.py
readme.py
setup.py
sfa.spec
sfa/client/candidates.py
sfa/client/client_helper.py
sfa/client/common.py
sfa/client/manifolduploader.py
sfa/client/multiclient.py
sfa/client/sfaadmin.py
sfa/client/sfaclientlib.py
sfa/client/sfaresetgids.py
sfa/client/sfascan.py
sfa/client/sfi.py
sfa/dummy/dummy_testbed_api.py
sfa/dummy/dummy_testbed_api_client.py
sfa/dummy/dummyaggregate.py
sfa/dummy/dummydriver.py
sfa/dummy/dummyshell.py
sfa/dummy/dummyslices.py
sfa/examples/miniclient.py
sfa/importer/__init__.py
sfa/iotlab/iotlabshell.py
sfa/managers/eucalyptus/euca_rspec_validator.py
sfa/managers/managerwrapper.py
sfa/managers/registry_manager.py
sfa/methods/GetGids.py
sfa/planetlab/nodemanager.py
sfa/planetlab/peers.py
sfa/planetlab/plaggregate.py
sfa/planetlab/pldriver.py
sfa/planetlab/plshell.py
sfa/planetlab/plslices.py
sfa/planetlab/plxrn.py
sfa/planetlab/vlink.py
sfa/rspecs/elements/element.py
sfa/rspecs/elements/versions/iotlabv1Node.py
sfa/rspecs/elements/versions/iotlabv1Sliver.py
sfa/rspecs/elements/versions/pgv2Services.py
sfa/rspecs/elements/versions/pgv2SliverType.py
sfa/rspecs/pg_rspec_converter.py
sfa/rspecs/rspec.py
sfa/rspecs/rspec_converter.py
sfa/rspecs/sfa_rspec_converter.py
sfa/rspecs/version.py
sfa/rspecs/version_manager.py
sfa/rspecs/versions/iotlabv1.py
sfa/rspecs/versions/ofeliav1.py
sfa/rspecs/versions/pgv2.py
sfa/rspecs/versions/sfav1.py
sfa/server/api_versions.py
sfa/server/interface.py
sfa/server/sfa-start.py
sfa/server/threadedserver.py
sfa/server/xmlrpcapi.py
sfa/storage/dbschema.py
sfa/storage/model.py
sfa/storage/record.py
sfa/trust/abac_credential.py
sfa/trust/certificate.py
sfa/trust/credential.py
sfa/trust/credential_factory.py
sfa/trust/gid.py
sfa/trust/sfaticket.py
sfa/trust/speaksfor_util.py
sfa/util/cache.py
sfa/util/callids.py
sfa/util/config.py
sfa/util/defaultdict.py
sfa/util/enumeration.py
sfa/util/method.py
sfa/util/prefixTree.py
sfa/util/printable.py
sfa/util/py23.py
sfa/util/sfalogging.py
sfa/util/sfatime.py
sfa/util/xml.py
sfatables/commands/Delete.py
sfatables/commands/Insert.py
sfatables/commands/List.py
sfatables/commands/moo.py
sfatables/pretty.py
sfatables/runtime.py
sfatables/xmlextension.py
sfatables/xmlrule.py
tests/client/testAggregate.py
tests/testAll.py
tests/testCert.py
tests/testHierarchy.py
tests/testInterfaces.py
tests/testKeypair.py
tests/testRights.py
tests/testXrn.py
tools/depgraph2dot.py
tools/py2depgraph.py
wsdl/sfa2wsdl.py