Mercurial > hg > config
comparison python/example/ymldiff.py @ 808:48ea50d346de
comment re dependency
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 28 Oct 2016 17:10:27 -0700 |
| parents | 26786fae0703 |
| children |
comparison
equal
deleted
inserted
replaced
| 807:26786fae0703 | 808:48ea50d346de |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 | 2 |
| 3 # XXX/TODO: | |
| 4 # I have no idea where this dependency comes from; on one hand, it sounds | |
| 5 # awesome! On another hand, it should, at the very least, be documented | |
| 3 import datadiff | 6 import datadiff |
| 7 | |
| 4 import optparse | 8 import optparse |
| 5 import sys | 9 import sys |
| 6 import yaml | 10 import yaml |
| 7 | 11 |
| 8 def main(args=sys.argv[1:]): | 12 def main(args=sys.argv[1:]): |
