Page History
...
| Code Block | ||
|---|---|---|
| ||
# Trigger the RED Script Sourcing feature # Note: This line could also be commented out as the # presence of the token is all that is required # for RED to trigger the script to be written to # the work directory. path_to_WslPythonCommon = r"$WSL_SCRIPT_WslPythonCommon_CODE$" # Now we can mportimport the module name # Note: Python will automatically look for modules in the script run directory. import WslPythonCommon |
...