76 include_dirs = [join('test', 'data'), |
76 include_dirs = [join('test', 'data'), |
77 join('server', 'test', 'data'), |
77 join('server', 'test', 'data'), |
78 join('hooks', 'test', 'data'), |
78 join('hooks', 'test', 'data'), |
79 join('web', 'test', 'data'), |
79 join('web', 'test', 'data'), |
80 join('devtools', 'test', 'data'), |
80 join('devtools', 'test', 'data'), |
81 'skeleton'] |
81 'schemas', 'skeleton'] |
82 |
82 |
83 |
83 |
84 _server_migration_dir = join('misc', 'migration') |
84 _server_migration_dir = join('misc', 'migration') |
85 _data_dir = join('web', 'data') |
85 _data_dir = join('web', 'data') |
86 _wdoc_dir = join('web', 'wdoc') |
86 _wdoc_dir = join('web', 'wdoc') |