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