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