From 46c35c1089c5c8ef743b3163d9db37c22a10f84f Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 2 Sep 2013 22:23:20 +0200 Subject: {Clean,\ as a follow}\ up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib.py') diff --git a/lib.py b/lib.py index 1bff402..f1d75df 100644 --- a/lib.py +++ b/lib.py @@ -277,12 +277,11 @@ class Delegate(LibEdge): super(Delegate, self).__init__(*args, **kwargs) -class Kill(LibEdge): +class FencedBy(LibEdge): def __init__(self, *args, **kwargs): kwargs.setdefault('color', 'red') kwargs.setdefault('dir', 'back') - #kwargs.setdefault('constraint', 'false') - super(Kill, self).__init__(*args, **kwargs) + super(FencedBy, self).__init__(*args, **kwargs) # peer-to-peer (1:1 hence constraint='false') -- cgit