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