Mercurial > repos > holtgrewe > ngs_roi
diff roi_details.py @ 5:170e48a55078 draft
Uploaded
| author | holtgrewe |
|---|---|
| date | Fri, 28 Jun 2013 05:32:20 -0400 |
| parents | 0ac4f6f3d984 |
| children |
line wrap: on
line diff
--- a/roi_details.py Tue May 14 04:52:22 2013 -0400 +++ b/roi_details.py Fri Jun 28 05:32:20 2013 -0400 @@ -4,7 +4,10 @@ This report generation works for hundred of ROIs. """ -import argparse +try: + import argparse +except ImportError: + import argparse26 as argparse import math import os.path import sys
