diff --git a/src/_ansistrm.py b/src/_ansistrm.py index b4c8020..6453d23 100644 --- a/src/_ansistrm.py +++ b/src/_ansistrm.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # This file is part of python-gnupg, a Python wrapper aroung GnuPG, and it was # taken from https://gist.github.com/vsajip/758430 on the 14th of May, 2013. It diff --git a/src/gnupg.py b/src/gnupg.py index 1f59b14..c3b323a 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -#-*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- # # This file is part of python-gnupg, a Python interface to GnuPG. # Copyright © 2013 Isis Lovecruft diff --git a/src/util.py b/src/util.py index e37eb1b..616ef92 100644 --- a/src/util.py +++ b/src/util.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # This file is part of python-gnupg, a Python wrapper around GnuPG. # Copyright © 2013 Isis Lovecruft, Andrej B.