From 12df30fb16202e79bbd85318a1d200cd84562584 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 11 Apr 2014 16:05:01 +0000 Subject: Make auto-generated chunk morphologies be YAML not JSON --- morphlib/buildsystem.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/morphlib/buildsystem.py b/morphlib/buildsystem.py index 90cc15c2..1a330568 100644 --- a/morphlib/buildsystem.py +++ b/morphlib/buildsystem.py @@ -53,11 +53,9 @@ class BuildSystem(object): '''Return the text of an autodetected chunk morphology.''' return ''' - { - "name": "%(name)s", - "kind": "chunk", - "build-system": "%(bs)s" - } + name: %(name)s + kind: chunk + build-system: %(bs)s ''' % { 'name': name, 'bs': self.name, -- cgit v1.2.1