| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #!/usr/bin/env python | |
| 2 | < | # -*- coding: utf-8 -*- |
| 2 | > | from __future__ import division, print_function, unicode_literals |
| 3 | > | |
| 4 | ''' run_tests.py - Run Radiance test suite | |
| 5 | < | 2013 - 2016 Georg Mischler |
| 5 | > | 2013 - 2018 Georg Mischler |
| 6 | ||
| 7 | Invocation: | |
| 8 | As script, call with -H for instructions. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |