Merge from trunk
[plcapi.git] / trunk / PLC / Methods / AdmGetPowerControlUnits.py
diff --git a/trunk/PLC/Methods/AdmGetPowerControlUnits.py b/trunk/PLC/Methods/AdmGetPowerControlUnits.py
new file mode 100644 (file)
index 0000000..8f7e0c7
--- /dev/null
@@ -0,0 +1,8 @@
+from PLC.Methods.GetPCUs import GetPCUs
+
+class AdmGetPowerControlUnits(GetPCUs):
+    """
+    Deprecated. See GetPCUs.
+    """
+
+    status = "deprecated"