Example #1
0
 def registerSubscriptionAdapter(self, *arg, **kw):
     result = Components.registerSubscriptionAdapter(self, *arg, **kw)
     self.has_listeners = True
     return result
Example #2
0
 def registerSubscriptionAdapter(self, *arg, **kw):
     result = Components.registerSubscriptionAdapter(self, *arg, **kw)
     self.has_listeners = True
     return result