mirror of https://github.com/n1nj4sec/pupy.git
build: be more verbose during deps loading
This commit is contained in:
parent
b1449b76b9
commit
c5af8ee96c
|
@ -40,7 +40,7 @@ else:
|
|||
|
||||
import additional_imports
|
||||
|
||||
__import__('pupy').prepare()
|
||||
__import__('pupy').prepare(debug=True)
|
||||
|
||||
sys_modules = [
|
||||
(x, sys.modules[x]) for x in sys.modules.keys()
|
||||
|
|
Loading…
Reference in New Issue