just included the ipv6 to the Accessors' init
[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_myslice
6 Accessors_wireless
7 Accessors_sliverauth
8 Accessors_site
9 Accessors_ipv6
10 Accessors_vicci
11 """.split()