diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:48:58 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-03 23:48:58 +0000 |
| commit | 215a4e517cb0c3c544d2c67b10e032f6f86a091e (patch) | |
| tree | c853b18f419f5a0f81782b234cf37a2455ba51be /docutils/tools/dev/unicode2rstsubs.py | |
| parent | 6a2f86ea0f1e9aa10be166a0f269c5a5047415ea (diff) | |
| download | docutils-215a4e517cb0c3c544d2c67b10e032f6f86a091e.tar.gz | |
Remove 2.7-compatibility __future__ imports.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8925 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev/unicode2rstsubs.py')
| -rwxr-xr-x | docutils/tools/dev/unicode2rstsubs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docutils/tools/dev/unicode2rstsubs.py b/docutils/tools/dev/unicode2rstsubs.py index 24b259bda..d202c93d5 100755 --- a/docutils/tools/dev/unicode2rstsubs.py +++ b/docutils/tools/dev/unicode2rstsubs.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # $Id$ # Author: David Goodger <goodger@python.org> @@ -19,7 +19,6 @@ The input file, unicode.xml, is maintained as part of the MathML 2 Recommentation XML source, and is available from <http://www.w3.org/2003/entities/xml/>. """ -from __future__ import print_function import sys import os |
