I\'m going through Zed Shaw\'s Learn Python The Hard Way and I\'m on lesson 26. In this lesson we have to fix some code, and the code calls functions from another script. He
It's worth mentioning that (at least in python 3), in order for this to work, you must have a file named __init__.py in the same directory.
__init__.py