zgibanez
2 years agoOccasional Contributor
Calling
I have two script units in Python. I want to import functions from one to another.
I am following the steps mentioned in this page.
I made this simple test, but I am always getting `NameError: name * is not defined.
What am I doing wrong?
Here's another example, without using Unit1.ReturnTwo()