====
[plcapi.git] / PLC / __init__.py
index 7102749..39b6f70 100644 (file)
@@ -1,54 +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
-Shell
-Sites
-SliceInstantiations
-Slices
-SliceTags
-Table
-TagTypes
-v42LegacyNodeNetworkSettings
-v42LegacyNodeNetworks
-v42Legacy
-v42LegacyTypes
-""".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(".")]