diff idavoll/idavoll.py @ 85:ec557449d1aa

Implement node retraction, with storage support for pgsql.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 09 Nov 2004 16:48:20 +0000
parents 758cb81b97ce
children ccf699adae5e
line wrap: on
line diff
--- a/idavoll/idavoll.py	Tue Nov 09 15:58:06 2004 +0000
+++ b/idavoll/idavoll.py	Tue Nov 09 16:48:20 2004 +0000
@@ -167,6 +167,10 @@
         bsc.setServiceParent(bs)
         component.IService(bsc).setServiceParent(sm)
 
+        bsc = b.RetractionService()
+        bsc.setServiceParent(bs)
+        component.IService(bsc).setServiceParent(sm)
+
     s = IdavollService()
     s.setServiceParent(sm)