chore(gpg_secretstore): set correct shebang and python encoding

This commit is contained in:
Jan Christian Grünhage 2022-07-12 12:05:19 +02:00
parent bc83e63fb6
commit 7df7155978
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
# coding: utf-8
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# (c) 2021-2022, Famedly GmbH
# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
# coding: utf-8
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2021-2022, Famedly GmbH
# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)