Specs to/from YAML are working.

This commit is contained in:
Todd Gamblin
2015-04-29 01:47:09 -07:00
parent 13132c6b97
commit 278e70e533
2 changed files with 102 additions and 2 deletions

View File

@@ -28,6 +28,11 @@
So far:
argparse: We include our own version to be Python 2.6 compatible.
pyqver2: External script to query required python version of python source code.
Used for ensuring 2.6 compatibility.
pyqver2: External script to query required python version of
python source code. Used for ensuring 2.6 compatibility.
functools: Used for implementation of total_ordering.
yaml: Used for config files.
"""