view tests/data/conf2.py @ 277:0c330cc6135c

Trove classifier: use the generic Python 3 classifier and not the generic Python 2 one
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 05 Oct 2020 01:17:08 +0200
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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