We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926a4f commit f00d02bCopy full SHA for f00d02b
1 file changed
Common/AlgorithmImports.py
@@ -19,6 +19,7 @@
19
# current working directory. We therefore construct the absolute path to the
20
# start.py file, and find the runtimeconfig.json relative to that.
21
path = os.path.dirname(os.path.realpath(__file__))
22
+sys.path.append(path)
23
24
from clr import AddReference
25
AddReference("System")
0 commit comments