From 24226fd5929b596bf33714449c44c807c3e9cc22 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 9 Oct 2018 18:43:34 +0200 Subject: [PATCH] Put back __future__ import --- Snippets/otf2ttf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Snippets/otf2ttf.py b/Snippets/otf2ttf.py index 4a39c1757..6d335ee5f 100755 --- a/Snippets/otf2ttf.py +++ b/Snippets/otf2ttf.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +from __future__ import print_function, division, absolute_import + import argparse import logging import sys