move package imports out of __init__()
[plcapi.git] / PLC / __init__.py
index 4602472..73385d7 100644 (file)
@@ -1 +1,57 @@
-all = 'Addresses AddressTypes API Auth BootStates Cache ConfFiles Config Debug Events Faults Filter GPG Keys KeyTypes Messages Method NetworkMethods NetworkTypes NodeGroups NodeNetworks Nodes Parameter PCUs Peers Persons POD PostgreSQL PyCurl Roles sendmail Sessions Shell Sites SliceAttributes SliceAttributeTypes SliceInstantiations Slices Table Test'.split()
+## 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()