diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xits/postprocess.py')
-rwxr-xr-x | Master/texmf-dist/doc/fonts/xits/postprocess.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/xits/postprocess.py b/Master/texmf-dist/doc/fonts/xits/postprocess.py index af04a5fd7c2..e2f47fabb00 100755 --- a/Master/texmf-dist/doc/fonts/xits/postprocess.py +++ b/Master/texmf-dist/doc/fonts/xits/postprocess.py @@ -1,11 +1,7 @@ #!/usr/bin/env python import sys -import warnings from fontTools import ttLib -# suppress noisy DeprecationWarnings in fontTools -warnings.filterwarnings("ignore",category=DeprecationWarning) - font = ttLib.TTFont(sys.argv[1]) MS_Platform_ID = 3 |