This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / SliceTicketGet.py
1 from PLC.Methods.SliceGetTicket import SliceGetTicket
2
3 class SliceTicketGet(SliceGetTicket):
4     """
5     Deprecated. See GetSliceTicket.
6
7     Warning: This function exists solely for backward compatibility
8     with the old public PlanetLab 3.0 Node Manager, which will be
9     removed from service by 2007. This call is not intended to be used
10     by any other PLC except the public PlanetLab.
11     """
12
13     status = "deprecated"