0

Added docstrings to all contrib scripts

This commit is contained in:
Andrew Chin
2011-08-25 21:57:08 -04:00
parent 48bc9da527
commit 22f40a9075
8 changed files with 32 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env python
'''
Validate a region file
TODO description here'''
import os.path
import sys
overviewer_dir = os.path.split(os.path.split(os.path.abspath(__file__))[0])[0]