view tests/data/conf2.py @ 368:4ee53f6fcac1

Implement ".getfirstvar()" and ".getfirstvar_s()". BUGS: Not tested yet and no documentation yet.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 09 Jul 2021 09:40:49 +0200
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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