Michael Merickel
2018-10-15 3670c2cdb732d378ba6d38e72e7cd875ff726aa9
commit | author | age
a49168 1 import os
CM 2
3 def includeme(config):
4     here =  here = os.path.dirname(__file__)
5     fixtures = os.path.normpath(os.path.join(here, '..', '..', 'fixtures'))
6     config.add_static_view('/', fixtures)
7