From c161002e7b58c967e1c2bfc1f3ade9d4cc746f96 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 6 Jul 2014 22:41:20 +0100 Subject: Specify file encoding at the top of the Python file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although none of the code or strings need it at the moment, it’s best to be explicit. https://bugzilla.gnome.org/show_bug.cgi?id=684578 --- git-bz | 1 + 1 file changed, 1 insertion(+) diff --git a/git-bz b/git-bz index 04d6140..d212236 100755 --- a/git-bz +++ b/git-bz @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # # git-bz - git subcommand to integrate with bugzilla # -- cgit