cwvreg.py
changeset 2898 a485d80b8fcb
parent 2894 4b720d82a1e4
child 2968 0e3460341023
equal deleted inserted replaced
2896:1e7848c69be4 2898:a485d80b8fcb
   263         self._needs_iface = {}
   263         self._needs_iface = {}
   264         # two special registries, propertydefs which care all the property
   264         # two special registries, propertydefs which care all the property
   265         # definitions, and propertyvals which contains values for those
   265         # definitions, and propertyvals which contains values for those
   266         # properties
   266         # properties
   267         self['propertydefs'] = {}
   267         self['propertydefs'] = {}
   268         self['propertyvalues'] = self.eprop_values = {}
   268         self['propertyvalues'] = {}
   269         for key, propdef in self.config.eproperty_definitions():
   269         for key, propdef in self.config.eproperty_definitions():
   270             self.register_property(key, **propdef)
   270             self.register_property(key, **propdef)
   271         if path is not None and force_reload:
   271         if path is not None and force_reload:
   272             cleanup_sys_modules(path)
   272             cleanup_sys_modules(path)
   273             cubes = self.config.cubes()
   273             cubes = self.config.cubes()