diff options
author | harlowja <harlowja@virtualbox.rhel> | 2012-06-22 08:47:49 -0700 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2012-06-22 08:47:49 -0700 |
commit | 9bc45d35160717ff6ea5ba5289979202ca35bce5 (patch) | |
tree | 71822bdae2ea1be5ece5783881ee31724c902121 /Requires | |
parent | 2a2dc725670f8ff3c6024332302ff9c718ff27f2 (diff) | |
download | vyos-cloud-init-9bc45d35160717ff6ea5ba5289979202ca35bce5.tar.gz vyos-cloud-init-9bc45d35160717ff6ea5ba5289979202ca35bce5.zip |
Add comment that configobj is used for more than just old configs.
Diffstat (limited to 'Requires')
-rw-r--r-- | Requires | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |