added docstring and moved to scripts

Former-commit-id: 5d26c9f57f
This commit is contained in:
Joshua Chin 2015-07-17 14:56:18 -04:00
parent 09ccb862ba
commit 4bfdd263b7

View File

@ -1,3 +1,6 @@
""" This file generates a graph of the dependencies for the ninja build.
"""
import sys import sys
@ -26,4 +29,3 @@ def ninja_to_dot():
if __name__ == '__main__': if __name__ == '__main__':
ninja_to_dot() ninja_to_dot()