Merge from trunk
[plcapi.git] / trunk / PLC / Methods / SliceTicketGet.py
diff --git a/trunk/PLC/Methods/SliceTicketGet.py b/trunk/PLC/Methods/SliceTicketGet.py
new file mode 100644 (file)
index 0000000..5b2b786
--- /dev/null
@@ -0,0 +1,13 @@
+from PLC.Methods.SliceGetTicket import SliceGetTicket
+
+class SliceTicketGet(SliceGetTicket):
+    """
+    Deprecated. See GetSliceTicket.
+
+    Warning: This function exists solely for backward compatibility
+    with the old public PlanetLab 3.0 Node Manager, which will be
+    removed from service by 2007. This call is not intended to be used
+    by any other PLC except the public PlanetLab.
+    """
+
+    status = "deprecated"