Jython import * behavior in custom component script

Here is what my project.states package looks like:

I am able to do this in the Script Console:

But I cannot do the same form a component’s custom method:

An explicit from project.states import STAGED does work.

What gives?