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 a87df0120b
commit 6c5e6f8f9b
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# 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)