X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2F__init__.yaml;h=da51badd47f70419c9ad7a7e46ddf55f304691ea;hp=97d22593e124f1b45590d5c7fd8ea816c138f447;hb=c29c06f95bcfb6f0e67be579d2f04e273ab43e9a;hpb=cf48b2ab0a6c287a3d6f3d9a1a4dac9bb49c0afc diff --git a/sample/__init__.yaml b/sample/__init__.yaml index 97d2259..da51bad 100644 --- a/sample/__init__.yaml +++ b/sample/__init__.yaml @@ -2,6 +2,6 @@ # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. -__control__: - include_files: [ "area.yaml", "prop.yaml" ] - read_only: yes +_load: [ area.yaml, prop.yaml ] + +_lock: true