Commit c1833b35 authored by Arnaud Fontaine's avatar Arnaud Fontaine

No need to reset registry_dict as it's already an empty dict upon first initialization.

parent 739b1e93
......@@ -101,7 +101,6 @@ class ComponentDynamicPackage(ModuleType):
except AttributeError:
return {}
self.__registry_dict = {}
# XXX-arnau: contentValues should not be used as there may be a large
# number of objects, but as this is done only once, that should perhaps
# not be a problem after all, and using the Catalog is too risky as it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment