setup.py
changeset 11752 8c45f52b76e4
parent 11737 47e516587460
child 11805 7436b65a44bc
equal deleted inserted replaced
11751:b57b76091481 11752:8c45f52b76e4
   168 
   168 
   169     def run(self):
   169     def run(self):
   170         cubespath = join(sys.prefix, 'share', 'cubicweb', 'cubes')
   170         cubespath = join(sys.prefix, 'share', 'cubicweb', 'cubes')
   171         self.warn('develop command does not install (legacy) cubes directory (%s)'
   171         self.warn('develop command does not install (legacy) cubes directory (%s)'
   172                   % cubespath)
   172                   % cubespath)
   173         return super(CWDevelop, self).run()
   173         return develop.develop.run(self)
   174 
   174 
   175 
   175 
   176 # re-enable copying data files in sys.prefix
   176 # re-enable copying data files in sys.prefix
   177 # overwrite MyInstallData to use sys.prefix instead of the egg directory
   177 # overwrite MyInstallData to use sys.prefix instead of the egg directory
   178 MyInstallMoreData = MyInstallData
   178 MyInstallMoreData = MyInstallData