summaryrefslogtreecommitdiff
path: root/tools/dev/create_unimap.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:11:32 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:11:32 +0000
commit97d2ad5d62ced259f8dbfc62433a1943c4862a20 (patch)
treec0c99dd6f9cb9376aa570be4c6cc3ad470b4d896 /tools/dev/create_unimap.py
parent83bba3a37073a7c90e057d742e4e8965a0580088 (diff)
downloaddocutils-97d2ad5d62ced259f8dbfc62433a1943c4862a20.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: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/dev/create_unimap.py')
-rwxr-xr-xtools/dev/create_unimap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dev/create_unimap.py b/tools/dev/create_unimap.py
index f89dad015..b905f34f0 100755
--- a/tools/dev/create_unimap.py
+++ b/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