core: more consistent module detection logic

This commit is contained in:
Dima Gerasimov 2020-09-29 14:31:19 +01:00 committed by karlicoss
parent c79ffb50f6
commit 4b49add746
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 *