Update tools/validate_json.py

This commit is contained in:
Joshua Harlow 2012-02-18 00:24:02 -08:00
parent 43c8289c62
commit 87de294b2c

View File

@ -1,8 +1,6 @@
"""
Searches the given path for JSON files, and validates their contents.
Optionally, replaces valid JSON files with their pretty-printed
counterparts.
"""
import errno