When I try importing:
from shotgun_action import ShotgunAction
I get this error:
Traceback (most recent call last):
File "refresh_data.py", line 8, in <module>
from shotgun_action import ShotgunAction
ImportError: No module named shotgun_action
What am I doing wrong?