From 4faa66f9b824f921ebb1d0354bc45f6c660732e9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 9 Mar 2017 12:04:07 +0100 Subject: [PATCH] Fix for python 2.7 --- src/ifcopenshell-python/ifcopenshell/entity_instance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/entity_instance.py b/src/ifcopenshell-python/ifcopenshell/entity_instance.py index c717b73b49..9dfc95f7b0 100644 --- a/src/ifcopenshell-python/ifcopenshell/entity_instance.py +++ b/src/ifcopenshell-python/ifcopenshell/entity_instance.py @@ -16,6 +16,7 @@ # along with this program. If not, see . # # # ############################################################################### +from __future__ import print_function import functools import numbers