From 9bd451d7da4ab650a072d7e5a37f4484cc13d345 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 17 May 2013 12:41:36 +0000 Subject: [PATCH] Fix encoding strings and remove script directive. --- src/_ansistrm.py | 1 + src/gnupg.py | 3 +-- src/util.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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.