diff idavoll/idavoll.py @ 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 ddc08757ec1d
children 7d088c61e131
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)