Mercurial > hg > config
changeset 808:48ea50d346de
comment re dependency
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 28 Oct 2016 17:10:27 -0700 |
parents | 26786fae0703 |
children | b3f75f1361c5 |
files | python/example/ymldiff.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/python/example/ymldiff.py Fri Oct 28 17:09:04 2016 -0700 +++ b/python/example/ymldiff.py Fri Oct 28 17:10:27 2016 -0700 @@ -1,6 +1,10 @@ #!/usr/bin/env python +# XXX/TODO: +# I have no idea where this dependency comes from; on one hand, it sounds +# awesome! On another hand, it should, at the very least, be documented import datadiff + import optparse import sys import yaml