cwvreg.py
branchtls-sprint
changeset 1515 f3c26a087672
parent 1513 9655f6eec675
child 1638 6f9003a32ecc
equal deleted inserted replaced
1514:b2160df84f2f 1515:f3c26a087672
   133                                        for iface in ifaces)
   133                                        for iface in ifaces)
   134                     if not ('Any' in ifaces or ifaces & implemented_interfaces):
   134                     if not ('Any' in ifaces or ifaces & implemented_interfaces):
   135                         self.debug('kicking vobject %s (no implemented '
   135                         self.debug('kicking vobject %s (no implemented '
   136                                    'interface among %s)', obj, ifaces)
   136                                    'interface among %s)', obj, ifaces)
   137                         self.unregister(obj)
   137                         self.unregister(obj)
   138             print 'HOP', self.items()
       
   139             # clear needs_iface so we don't try to remove some not-anymore-in
   138             # clear needs_iface so we don't try to remove some not-anymore-in
   140             # objects on automatic reloading
   139             # objects on automatic reloading
   141             self._needs_iface.clear()
   140             self._needs_iface.clear()
   142             # print registry content
   141             # print registry content
   143             for registry, objects in self.items():
   142             for registry, objects in self.items():