peer x foreign_node relationship in a separate peer_node table -- uses new db interface
[plcapi.git] / PLC / Methods / AdmSetPersonPrimarySite.py
1 from PLC.Methods.SetPersonPrimarySite import SetPersonPrimarySite
2
3 class AdmSetPersonPrimarySite(SetPersonPrimarySite):
4     """
5     Deprecated. See SetPersonPrimarySite.
6     """
7
8     status = "deprecated"