cubicweb/cwconfig.py
branch3.26
changeset 12269 f607080b82a9
parent 12268 d84bc85f7f70
child 12272 36032de96867
--- a/cubicweb/cwconfig.py	Thu Feb 15 13:45:06 2018 +0100
+++ b/cubicweb/cwconfig.py	Thu Feb 15 10:11:16 2018 +0100
@@ -484,13 +484,6 @@
         return Configuration(options=PERSISTENT_OPTIONS)
 
     @classmethod
-    def shared_dir(cls):
-        """return the shared data directory (i.e. directory where standard
-        library views and data may be found)
-        """
-        return cls.cube_dir('shared')
-
-    @classmethod
     def i18n_lib_dir(cls):
         """return instance's i18n directory"""
         return join(dirname(__file__), 'i18n')