X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=sample%2F__init__.yaml;fp=sample%2F__init__.mpy;h=97d22593e124f1b45590d5c7fd8ea816c138f447;hb=410ec25c7e58ba5a8a115b64c0ca6e90248e87ac;hp=611228e5df521c7b616da74a2aa87873561bd742;hpb=268ab8315ff11053381b9185279c3eede258719c;p=mudpy.git diff --git a/sample/__init__.mpy b/sample/__init__.yaml similarity index 72% rename from sample/__init__.mpy rename to sample/__init__.yaml index 611228e..97d2259 100644 --- a/sample/__init__.mpy +++ b/sample/__init__.yaml @@ -2,7 +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 - +__control__: + include_files: [ "area.yaml", "prop.yaml" ] + read_only: yes