Mercurial > repos > holtgrewe > ngs_roi
comparison roi_plot_thumbnails.py @ 5:170e48a55078 draft
Uploaded
author | holtgrewe |
---|---|
date | Fri, 28 Jun 2013 05:32:20 -0400 |
parents | 0ac4f6f3d984 |
children | 71241c4dc4d0 |
comparison
equal
deleted
inserted
replaced
4:1a5ea7128b6a | 5:170e48a55078 |
---|---|
15 # TODO(holtgrew): Use Cheetah templates to generate HTML. | 15 # TODO(holtgrew): Use Cheetah templates to generate HTML. |
16 # TODO(holtgrew): Call roi_plot_thumbnails from Python script. | 16 # TODO(holtgrew): Call roi_plot_thumbnails from Python script. |
17 # TODO(holtgrew): from __future__ use print_function | 17 # TODO(holtgrew): from __future__ use print_function |
18 | 18 |
19 | 19 |
20 import argparse | 20 try: |
21 import argparse | |
22 except ImportError: | |
23 import argparse26 as argparse | |
21 import math | 24 import math |
22 import os.path | 25 import os.path |
23 import sys | 26 import sys |
24 | 27 |
25 import ngs_roi.app | 28 import ngs_roi.app |