# HG changeset patch # User Sylvain Thénault # Date 1250154420 -7200 # Node ID b260ed87a650e16a64d9d163e806d250f0f3048b # Parent e1f3b8e7f19acb6b3e38d6e199452feb0fb0efac use session.vreg.config instead diff -r e1f3b8e7f19a -r b260ed87a650 sobjects/supervising.py --- a/sobjects/supervising.py Thu Aug 13 11:06:46 2009 +0200 +++ b/sobjects/supervising.py Thu Aug 13 11:07:00 2009 +0200 @@ -23,7 +23,7 @@ accepts = ('Any',) def call(self, session, *args): - dest = self.config['supervising-addrs'] + dest = session.vreg.config['supervising-addrs'] if not dest: # no supervisors, don't do this for nothing... return self.session = session