diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:49:39 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:49:39 +0000 |
| commit | ab3d322d772ce9ebb359b7782de16debc0a123c3 (patch) | |
| tree | 204c5aa0de3bd696fd81745dfd2b2d62d0a082b5 /tools/dev | |
| parent | 9b1519d5506d7686cceb3edc0fb591b57e3dc610 (diff) | |
| download | docutils-ab3d322d772ce9ebb359b7782de16debc0a123c3.tar.gz | |
Remove "coding:" slug
Only required with Python 2.x. Encoding in Py3k is utf8 by default.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/dev')
| -rw-r--r-- | tools/dev/generate_punctuation_chars.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/dev/generate_punctuation_chars.py b/tools/dev/generate_punctuation_chars.py index cc6c67229..08d2a11c9 100644 --- a/tools/dev/generate_punctuation_chars.py +++ b/tools/dev/generate_punctuation_chars.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # :Copyright: © 2011, 2017 Günter Milde. # :License: Released under the terms of the `2-Clause BSD license`_, in short: # @@ -49,7 +48,6 @@ else: # Problem: ``ur`` prefix fails with Py 3.5 :: module_template = u'''#!/usr/bin/env python3 -# -*- coding: utf-8 -*- # :Id: $Id$ # :Copyright: © 2011, 2017 Günter Milde. # :License: Released under the terms of the `2-Clause BSD license`_, in short: |
