X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2F__init__.py;h=39b6f70adb0c32c26eabb767bfac200660366008;hb=f6b58b9f2dd4c39a49aff67f37d5061e45910636;hp=0be5ac415dd6d4af6f0cabb093a5c5743fda5508;hpb=5d2859509faf449daf088d98ae5e737c6c096d69;p=plcapi.git diff --git a/PLC/__init__.py b/PLC/__init__.py index 0be5ac4..39b6f70 100644 --- a/PLC/__init__.py +++ b/PLC/__init__.py @@ -1,58 +1,4 @@ -## Please use make index to update this file -all = """ -API -AddressTypes -Addresses -Auth -Boot -BootStates -ConfFiles -Config -Debug -EventObjects -Events -Faults -Filter -GPG -Ilinks -InitScripts -InterfaceTags -Interfaces -KeyTypes -Keys -Messages -Method -NetworkMethods -NetworkTypes -NodeGroups -NodeTags -NodeTypes -Nodes -PCUProtocolTypes -PCUTypes -PCUs -POD -Parameter -Peers -PersonTags -Persons -PostgreSQL -PyCurl -Roles -Sessions -Shell -SiteTags -Sites -SliceInstantiations -SliceTags -Slices -Table -TagTypes -sendmail -v42Legacy -v42LegacyNodeNetworkSettingTypes -v42LegacyNodeNetworkSettings -v42LegacyNodeNetworks -v42LegacySliceAttributeTypes -v42LegacySliceAttributes -""".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(".")]