cubicweb/cwvreg.py
changeset 12549 e2db422752b4
parent 12541 bbbccb0b3a66
child 12567 26744ad37953
--- a/cubicweb/cwvreg.py	Thu Mar 28 10:11:36 2019 +0100
+++ b/cubicweb/cwvreg.py	Thu Mar 28 10:33:54 2019 +0100
@@ -507,12 +507,6 @@
         if depends_on is not None:
             self._needs_appobject[obj] = depends_on
 
-    def register_objects(self, path):
-        """overriden to give cubicweb's extrapath (eg cubes package's __path__)
-        """
-        super(CWRegistryStore, self).register_objects(
-            path, self.config.extrapath)
-
     def initialization_completed(self):
         """cw specific code once vreg initialization is completed: