# HG changeset patch # User Ralph Meijer # Date 1099238243 0 # Node ID c51bca11699b98c184ec335d20f7c16558270f83 # Parent b65b7ea5c992dbe49352a4d70e77a8f8cd3c1686 Remove erroneous second invocation of NotificationService and matching component.IService adapter. diff -r b65b7ea5c992 -r c51bca11699b idavoll/idavoll.py --- a/idavoll/idavoll.py Sun Oct 31 15:55:38 2004 +0000 +++ b/idavoll/idavoll.py Sun Oct 31 15:57:23 2004 +0000 @@ -105,10 +105,6 @@ bsc.setServiceParent(bs) component.IService(bsc).setServiceParent(sm) - bsc = b.NotificationService() - bsc.setServiceParent(bs) - component.IService(bsc).setServiceParent(sm) - bsc = b.SubscriptionService() bsc.setServiceParent(bs) component.IService(bsc).setServiceParent(sm)