From 2e3fb80a1f95a14453b3cd96a1a6fa6cc7584825 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 23 Jun 2014 22:35:01 +0000 Subject: [PATCH] Convert sample data directory index to YAML --- sample/{__init__.mpy => __init__.yaml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename sample/{__init__.mpy => __init__.yaml} (72%) 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 -- 2.11.0