diff options
| author | Théo Zimmermann | 2020-01-07 16:12:39 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-01-07 16:12:39 +0100 |
| commit | cfc41cb79e2364f19d97e7e5c94262132972b0b2 (patch) | |
| tree | e0ded727148af1f578d5ed7f6e688c15f61d7be1 /doc/tools | |
| parent | 15d28e064861da319447489564232a5cb4876a61 (diff) | |
| parent | aad86c49b55bbdaa916c10b84272bec5a2b6a678 (diff) | |
Merge PR #11245: [tools] Remove support for python2
Reviewed-by: JasonGross
Reviewed-by: Zimmi48
Reviewed-by: vbgl
Diffstat (limited to 'doc/tools')
| -rwxr-xr-x | doc/tools/coqrst/notations/fontsupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/coqrst/notations/fontsupport.py b/doc/tools/coqrst/notations/fontsupport.py index f0df7f1c01..c3ba2c1301 100755 --- a/doc/tools/coqrst/notations/fontsupport.py +++ b/doc/tools/coqrst/notations/fontsupport.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding: utf-8 -*- ########################################################################## ## # The Coq Proof Assistant / The Coq Development Team ## ## v # INRIA, CNRS and contributors - Copyright 1999-2019 ## |
