summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-07-06 22:41:20 +0100
committerOwen W. Taylor <otaylor@fishsoup.net>2015-02-23 17:28:34 -0500
commitc161002e7b58c967e1c2bfc1f3ade9d4cc746f96 (patch)
tree6c7a905d9eb6f62c0b98b38d4b2a761ed231adc0
parentfe35f655890310b3f9674bc27aa8dc1141105bdf (diff)
downloadgit-bz-c161002e7b58c967e1c2bfc1f3ade9d4cc746f96.tar.gz
Specify file encoding at the top of the Python file
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
-rwxr-xr-xgit-bz1
1 files changed, 1 insertions, 0 deletions
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
#