Identify objects (Site/Slice/Person) created through SFA using sfa_created tag
[plcapi.git] / PLC / Accessors / __init__.py
index 7cb5fa1..60553e3 100644 (file)
@@ -1,12 +1,10 @@
 # each module to define in "methods" the set of methods that it defines
 
-#__all__ = """
-#Accessors_standard
-#Accessors_site
-#""".split()
-
-# this trick to support for site-local stuff does not work as it would be required at build-time - need to find something else 
-# see also the specfile
 __all__ = """
 Accessors_standard
+Accessors_myslice
+Accessors_wireless
+Accessors_sliverauth
+Accessors_site
+Accessors_vicci
 """.split()