From f4a24a24f4cf48b928baad4bd7b625a153c811bb Mon Sep 17 00:00:00 2001 From: Nathan Rennie-Waldock Date: Wed, 3 Jan 2018 19:43:41 +0000 Subject: [PATCH] Add missing import in setup.py --- bindings/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index d98095bd..e7858075 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python import os +import sys try: from setuptools import setup, Extension -- 2.47.2