X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2F__init__.py;h=39b6f70adb0c32c26eabb767bfac200660366008;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=73385d70d359e02caa75e59ae2048a957f39e902;hpb=d30c6dd87cc81e28adb9a2631638badb9ffa0a41;p=plcapi.git diff --git a/PLC/__init__.py b/PLC/__init__.py index 73385d7..39b6f70 100644 --- a/PLC/__init__.py +++ b/PLC/__init__.py @@ -1,57 +1,4 @@ -## Please use make index to update this file -all = """ -Addresses -AddressTypes -API -Auth -Boot -BootStates -ConfFiles -Config -Debug -EventObjects -Events -Faults -Filter -GPG -Ilinks -InitScripts -Interfaces -InterfaceTags -Keys -KeyTypes -Messages -Method -NetworkMethods -NetworkTypes -NodeGroups -Nodes -NodeTags -NodeTypes -Parameter -PCUProtocolTypes -PCUs -PCUTypes -Peers -Persons -POD -PostgreSQL -PyCurl -Roles -sendmail -Sessions -SFA -Shell -Sites -SliceInstantiations -Slices -SliceTags -Table -TagTypes -v42LegacyNodeNetworkSettings -v42LegacyNodeNetworkSettingTypes -v42LegacyNodeNetworks -v42Legacy -v42LegacySliceAttributes -v42LegacySliceAttributeTypes -""".split() +#!/usr/bin/python -tt + +import os +all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]