From 9bc45d35160717ff6ea5ba5289979202ca35bce5 Mon Sep 17 00:00:00 2001 From: harlowja Date: Fri, 22 Jun 2012 08:47:49 -0700 Subject: Add comment that configobj is used for more than just old configs. --- Requires | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Requires') diff --git a/Requires b/Requires index 5a350900..bd2db00c 100644 --- a/Requires +++ b/Requires @@ -18,6 +18,10 @@ oauth>=1.0 boto>=2.4 # This is only needed if you have old style configurations +# and any places where we need to support configs in a manner +# that the built-in config parser is not sufficent (ie +# when we need to preserve comments, or do not have a top-level +# section)... configobj>=4.6 # All new style configurations are in the yaml format -- cgit v1.2.3