diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:11:32 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-26 12:11:32 +0000 |
| commit | b7b360f03d05dbf0e7a69407db982f8d8772e724 (patch) | |
| tree | 24045f0bddd87c3a528a2201ccbcf6f4adf620f0 /docutils/tools/dev/create_unimap.py | |
| parent | 44691d6bbdbafdec4f206564b45997ec54b57732 (diff) | |
| download | docutils-b7b360f03d05dbf0e7a69407db982f8d8772e724.tar.gz | |
py3: Switch to print functions
Remove all uses of print as a statement. This includes comments, many of
which are simply removed as noise (they're in version control and can be
re-added later, if necessary).
Signed-off-by: Stephen Finucane <stephen@that.guru>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev/create_unimap.py')
| -rwxr-xr-x | docutils/tools/dev/create_unimap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/tools/dev/create_unimap.py b/docutils/tools/dev/create_unimap.py index f89dad015..b905f34f0 100755 --- a/docutils/tools/dev/create_unimap.py +++ b/docutils/tools/dev/create_unimap.py @@ -9,6 +9,7 @@ # Get unicode.xml from # <http://www.w3.org/2003/entities/xml/unicode.xml>. +from __future__ import print_function from xml.dom import minidom import sys import pprint |
