Michael Merickel
2018-10-15 bda1306749c62ef4f11cfe567ed7d56c8ad94240
tests/pkgs/static_abspath/__init__.py
@@ -1,7 +1,7 @@
import os
def includeme(config):
    here =  here = os.path.dirname(__file__)
    here = here = os.path.dirname(__file__)
    fixtures = os.path.normpath(os.path.join(here, '..', '..', 'fixtures'))
    config.add_static_view('/', fixtures)