changeset 28728 | 8699c89f3ae9 |
parent 28727 | f33280667aa5 |
child 43076 | 2372284d9457 |
28727:f33280667aa5 | 28728:8699c89f3ae9 |
---|---|
2 # |
2 # |
3 # Copyright 2015 David R. MacIver |
3 # Copyright 2015 David R. MacIver |
4 # |
4 # |
5 # For details see http://hypothesis.readthedocs.org |
5 # For details see http://hypothesis.readthedocs.org |
6 |
6 |
7 from __future__ import absolute_import |
7 from __future__ import absolute_import, print_function |
8 import os |
8 import os |
9 import sys |
9 import sys |
10 import traceback |
10 import traceback |
11 |
11 |
12 try: |
12 try: |