7cb5fa1bc7e0210b3f5ce29a19a6771b9f0bec80
[plcapi.git] / PLC / Accessors / __init__.py
1 # each module to define in "methods" the set of methods that it defines
2
3 #__all__ = """
4 #Accessors_standard
5 #Accessors_site
6 #""".split()
7
8 # this trick to support for site-local stuff does not work as it would be required at build-time - need to find something else 
9 # see also the specfile
10 __all__ = """
11 Accessors_standard
12 """.split()