diff options
author | 2018-04-27 09:41:21 +0200 | |
---|---|---|
committer | 2018-04-27 09:41:21 +0200 | |
commit | 609eb5d952a0d96791e82a32ff26edef492ec8df (patch) | |
tree | 700dc16f2d6c57bce97a4c357e146b198dc1ce14 /pysite/rst/directives/__init__.py | |
parent | Make the nickname policy official (diff) |
Declaring the encoding to be utf-8 is not necessary in Python3 projects, as this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56)
Diffstat (limited to 'pysite/rst/directives/__init__.py')
-rw-r--r-- | pysite/rst/directives/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/rst/directives/__init__.py b/pysite/rst/directives/__init__.py index 9bad5790..e69de29b 100644 --- a/pysite/rst/directives/__init__.py +++ b/pysite/rst/directives/__init__.py @@ -1 +0,0 @@ -# coding=utf-8 |