summaryrefslogtreecommitdiff
path: root/git/test/test_base.py
diff options
context:
space:
mode:
authorSteven Colby <steven.w.colby@hpe.com>2016-05-18 14:22:51 -0600
committerSteven Colby <steven.w.colby@hpe.com>2016-05-18 14:37:12 -0600
commitb8d6fb2898ba465bc1ade60066851134a656a76c (patch)
tree2365c511e4f6979712aa5c7a76a23cc4ab571d6a /git/test/test_base.py
parentfb577c8a1eca8958415b76cde54d454618ac431e (diff)
downloadgitpython-b8d6fb2898ba465bc1ade60066851134a656a76c.tar.gz
Need spaces in Emacs style encoding comment
Although it's hard to see, PEP-0263 does have ws delimiting the 'coding' string. This commit will fix the root cause of (at least) one bug: https://lists.fedoraproject.org/archives/list/eclipse-sig@lists.fedoraproject.org/thread/5XQ5JRHG6DPPMGRDU7TA2AO4EYS2H7AG/
Diffstat (limited to 'git/test/test_base.py')
-rw-r--r--git/test/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_base.py b/git/test/test_base.py
index 94379ca3..7b71a77e 100644
--- a/git/test/test_base.py
+++ b/git/test/test_base.py
@@ -1,4 +1,4 @@
-#-*-coding:utf-8-*-
+# -*- coding: utf-8 -*-
# test_base.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#