Blender 2.8 latest build can no longer import module from Textblock

Hi all,
it seems I can no longer import a python module from another textblock.

Simple example:

Returns:

ModuleNotFoundError: No module named 'something'

can somebody confirm?
Thanks!

Solved: there was an API change. Thanks to @alyawn for posting the solution here

This is how it works now:

1 Like