From aa52c901fb89b419d4d4f05c1564327aedae6a73 Mon Sep 17 00:00:00 2001 From: Andreas Dieckmann Date: Fri, 4 Oct 2024 00:30:38 +0200 Subject: [PATCH] #423 --- nodes/2.x/python/CustomNode.Properties.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodes/2.x/python/CustomNode.Properties.py b/nodes/2.x/python/CustomNode.Properties.py index e60d340c..39d853e5 100644 --- a/nodes/2.x/python/CustomNode.Properties.py +++ b/nodes/2.x/python/CustomNode.Properties.py @@ -1,7 +1,4 @@ import clr -import sys -pyt_path = r'C:\Program Files (x86)\IronPython 2.7\Lib' -sys.path.append(pyt_path) import xml.etree.ElementTree as ET import json