X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2F__init__.py;h=39b6f70adb0c32c26eabb767bfac200660366008;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=b892448e8b12aaad6463ab03c43f7b41c3366ff4;hpb=fe81b2c91b436b1882f63023413c7f51b29538ed;p=plcapi.git diff --git a/PLC/__init__.py b/PLC/__init__.py index b892448..39b6f70 100644 --- a/PLC/__init__.py +++ b/PLC/__init__.py @@ -1,57 +1,4 @@ -## Please use make index to update this file -all = """ -API -Accessor -AddressTypes -Addresses -Auth -Boot -BootStates -ConfFiles -Config -Debug -EventObjects -Events -Faults -Filter -GPG -Ilinks -InitScripts -InterfaceTags -Interfaces -KeyTypes -Keys -LeaseFilter -Leases -Messages -Method -Namespace -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 -Timestamp -sendmail -""".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(".")]