diff options
author | Jack Lloyd <[email protected]> | 2020-12-01 08:28:28 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-01 08:28:28 -0500 |
commit | 9b94d7e0e7aaf588282fb370a2d9af7d1969ad59 (patch) | |
tree | 032ef47adec36e240decfb88ca5f71ee51a32099 /src | |
parent | c0e0f8e4a5a2c91c03f8f323eabf0cb24f96a9ce (diff) |
Fscking Python2
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/ci_check_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ci_check_install.py b/src/scripts/ci_check_install.py index c04e7d323..5146e1231 100755 --- a/src/scripts/ci_check_install.py +++ b/src/scripts/ci_check_install.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding=utf8 """ Botan CI check installation script |