view tests/data/conf2.py @ 249:1e38ccfba3de

Use explicit type conversion instead of an implicit one. Replace "%s%s" by LEFT + u(str(RIGHT)).
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 07 Jul 2020 09:11:55 +0200
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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