Home
last modified time | relevance | path

Searched refs:current_module (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py52 current_module = str(sys.argv[1]).rstrip() variable
54 log = open('temp/log_%s' % current_module.strip('.*'),'w')
55 log.write('Module %s generated the following dependencies:\n' % current_module)
57 m = importlib.import_module(current_module)
64 submodule = "{}.{}".format(current_module, i[:-3])
79 if current_module == 'python-core-package':