added docstring and moved to scripts

This commit is contained in:
Joshua Chin 2015-07-17 14:56:18 -04:00
parent bdc791af8f
commit 5d26c9f57f

View File

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