| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Copyright 2017, Data61, CSIRO (ABN 41 687 119 230) | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause | |
| # | |
| # | |
| # Files in this directory are not intended to be imported outside of the CAmkES | |
| # module. | |
| from __future__ import absolute_import, division, print_function, \ | |
| unicode_literals |