From 68f363200871573d4973153ab6764d75ca99bf38 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 10 Feb 2013 14:38:30 -0800 Subject: [PATCH] Add 'base' param to specs --- cuburn/genome/specs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cuburn/genome/specs.py b/cuburn/genome/specs.py index 20189e9..3ea8109 100644 --- a/cuburn/genome/specs.py +++ b/cuburn/genome/specs.py @@ -80,6 +80,7 @@ blend = ( base = ( { 'name': String("Human-readable name of this work") + , 'base': String("DB path to base from which this doc inherits") , 'camera': camera , 'filters': filters , 'palette': list_(Palette())