view tests/data/conf2.py @ 322:4aa19e04ff65

Comment: typo
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 06 May 2021 11:17:56 +0200
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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