cubicweb/cwconfig.py
changeset 12543 71aa20cb43f2
parent 12530 9d88e1177c35
child 12544 56e1132f19c3
--- a/cubicweb/cwconfig.py	Fri Mar 22 17:42:36 2019 +0100
+++ b/cubicweb/cwconfig.py	Wed Mar 27 16:19:50 2019 +0100
@@ -663,8 +663,6 @@
     @classmethod
     def cls_adjust_sys_path(cls):
         """update python path if necessary"""
-        from cubicweb import _CubesImporter
-        _CubesImporter.install()
         import cubes
         cubes.__path__ = cls.cubes_search_path()