From 130dc646b409c6e552378a7f36f3ba6fabdcde86 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 11 Jan 2007 05:55:54 +0000 Subject: [PATCH] - allow foreign keys to be blacklisted --- PLC/Methods/BlacklistKey.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PLC/Methods/BlacklistKey.py b/PLC/Methods/BlacklistKey.py index 0e583df..1c03d6e 100644 --- a/PLC/Methods/BlacklistKey.py +++ b/PLC/Methods/BlacklistKey.py @@ -34,7 +34,8 @@ class BlacklistKey(Method): if not keys: raise PLCInvalidArgument, "No such key" key = keys[0] - PLCCheckLocalKey(key,"BlackListKey") + + # N.B.: Can blacklist any key, even foreign ones key.blacklist() -- 2.43.0