From 515e68260d60851b6f17a7a7ffdb578fa103916d Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Wed, 1 Feb 2017 22:32:02 +0100 Subject: [PATCH] remove del environ (its not there any more) --- python/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/__init__.py b/python/__init__.py index f4c851d7..1c1346cf 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -10,5 +10,4 @@ if __platform.startswith('darwin'): path.append(os.path.dirname(__file__) + '/../../../../../MacOS') import libngpy -del environ del path