diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-05-19 14:14:14 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-05-19 14:14:14 +0200 |
commit | db44286366a09f1f65986db2a1c8b470fb417068 (patch) | |
tree | db7f1c716cd271889d39f52d8152bc9b7eb285ff /git/compat.py | |
parent | 00452efe6c748d0e39444dd16d9eb2ed7cc4e64a (diff) | |
parent | b8d6fb2898ba465bc1ade60066851134a656a76c (diff) | |
download | gitpython-db44286366a09f1f65986db2a1c8b470fb417068.tar.gz |
Merge pull request #433 from StevenWColby/master
Need spaces in Emacs style encoding comment
Diffstat (limited to 'git/compat.py')
-rw-r--r-- | git/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/compat.py b/git/compat.py index 7bd8e494..76509ba6 100644 --- a/git/compat.py +++ b/git/compat.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # config.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # |