view tests/data/conf2.py @ 707:10fbc23b4dba

Rename internal variable FILTER_SEPARATOR_REV -> FILTER_SEPARATOR_2
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 15 Aug 2023 10:41:22 +0200
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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