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 | |
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')
-rw-r--r-- | git/compat.py | 2 | ||||
-rw-r--r-- | git/test/test_base.py | 2 | ||||
-rw-r--r-- | git/test/test_docs.py | 2 | ||||
-rw-r--r-- | git/test/test_git.py | 2 | ||||
-rw-r--r-- | git/test/test_index.py | 2 | ||||
-rw-r--r-- | git/test/test_repo.py | 2 |
6 files changed, 6 insertions, 6 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 # 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 # diff --git a/git/test/test_docs.py b/git/test/test_docs.py index 189cdc43..7b3b7474 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # test_git.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # diff --git a/git/test/test_git.py b/git/test/test_git.py index 00592b88..2d6ca8bc 100644 --- a/git/test/test_git.py +++ b/git/test/test_git.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # test_git.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # diff --git a/git/test/test_index.py b/git/test/test_index.py index f5f9d707..ca877838 100644 --- a/git/test/test_index.py +++ b/git/test/test_index.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # test_index.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # diff --git a/git/test/test_repo.py b/git/test/test_repo.py index d7437d35..fc8125fa 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # test_repo.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # |