view tests/data/conf2.py @ 113:5b667c252f8c

Test whether safe_merge really returns a deepcopy in the initial case and when not really merging
author Franz Glasner <hg@dom66.de>
date Sat, 24 Mar 2018 21:05:31 +0100
parents 84b9578cacce
children
line wrap: on
line source

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

__all__ = ["key1", "nonexistingkey"]

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