get/set accessors should now work, e.g.:
[plcapi.git] / PLC / Accessors / Accessors_site.py.in
similarity index 91%
rename from PLC/Accessors/Shortcuts_site.py.in
rename to PLC/Accessors/Accessors_site.py.in
index e89a2ad..24bc977 100644 (file)
@@ -14,7 +14,7 @@ from PLC.Interfaces import Interface
 from PLC.Slices import Slice
 from PLC.Ilinks import Ilink
 
-from PLC.Shortcuts.Factory import all_roles, get_set_factory
+from PLC.Accessors.Factory import all_roles, get_set_factory
 
 #### example : attach vlan ids on interfaces
 ###(GetInterfaceVlan, SetInterfaceVlan) = \