Mercurial > libervia-pubsub
changeset 35:c51bca11699b
Remove erroneous second invocation of NotificationService and matching
component.IService adapter.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 31 Oct 2004 15:57:23 +0000 |
parents | b65b7ea5c992 |
children | 23b1dca64d06 |
files | idavoll/idavoll.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)