view tests/data/conf2.py @ 116:c37fa787c022

More unittests for fetching namespaced variables and filters
author Franz Glasner <hg@dom66.de>
date Thu, 29 Mar 2018 08:53:35 +0200
parents 84b9578cacce
children
line wrap: on
line source

# -*- coding: utf-8 -*-

__all__ = ["key1", "nonexistingkey"]

key1 = u"the next value"
key2 = "non-exported value"