core: add discovery_pure module to get modules and their dependencies via ast module
This commit is contained in:
parent
4ad4f34cda
commit
97650adf3b
3 changed files with 173 additions and 62 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue