core: more consistent module detection logic

This commit is contained in:
Dima Gerasimov 2020-09-29 14:31:19 +01:00
parent 08ebbd7125
commit a83d7aec8a
4 changed files with 225 additions and 103 deletions

View file

@ -11,4 +11,5 @@ we can run against the tests in my.core directly.
'''
from my.core.core_config import *
from my.core.error import *
from my.core.error import *
from my.core.util import *