core: add discovery_pure module to get modules and their dependencies via ast module

This commit is contained in:
Dima Gerasimov 2021-02-18 00:29:25 +00:00 committed by karlicoss
parent 4ad4f34cda
commit 97650adf3b
3 changed files with 173 additions and 62 deletions

View file

@ -10,7 +10,8 @@ we can run against the tests in my.core directly.
'''
from my.core.core_config import *
from my.core.error import *
from my.core.util import *
from my.core.common import *
from my.core.common import *
from my.core.core_config import *
from my.core.error import *
from my.core.util import *
from my.core.discovery_pure import *