__pkginfo__.py
changeset 5473 ee87c5352e63
parent 5430 ed8f71e244f8
parent 5472 fd6b136a8404
child 5545 25fd74c23f91
equal deleted inserted replaced
5471:b7bf1c6751fd 5473:ee87c5352e63
    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')