# HG changeset patch # User Nicolas Chauvat # Date 1250078736 -7200 # Node ID 34dfdbefcfd14fb71a9b5d2959d2adb860e0d0a8 # Parent 493f527aed1effaee52012f51ec9d73d7837c62d# Parent 998f24dabd0d150c6faa3dc503b1822e0ec8c866 backport stable branch diff -r 493f527aed1e -r 34dfdbefcfd1 schema.py --- a/schema.py Tue Aug 11 18:41:39 2009 +0200 +++ b/schema.py Wed Aug 12 14:05:36 2009 +0200 @@ -874,6 +874,10 @@ from """ self.info('loading %s schemas', ', '.join(config.cubes())) + self.extrapath = {} + for cubesdir in config.cubes_search_path(): + if cubesdir != config.CUBES_DIR: + self.extrapath[cubesdir] = 'cubes' if config.apphome: path = tuple(reversed([config.apphome] + config.cubes_path())) else: