X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2F__init__.py;fp=PLC%2F__init__.py;h=39b6f70adb0c32c26eabb767bfac200660366008;hb=399edf0617befa056249184aae43d89561ef6147;hp=b892448e8b12aaad6463ab03c43f7b41c3366ff4;hpb=c12908a687431a9b5670491a695bc084c22ac584;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(".")]