# HG changeset patch # User Jeff Hammel # Date 1477699827 25200 # Node ID 48ea50d346de06a33a96f6d6bff06d01523d6ae8 # Parent 26786fae0703d05bcb6d115cafa4cb7c515925f5 comment re dependency diff -r 26786fae0703 -r 48ea50d346de python/example/ymldiff.py --- 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