java - Jython disable built-in modules -


is there anyway block built-in modules included python in jython interpreter.

such "import os" , "import sys"

i've got classloader implemented block java classes don't want, can't find way block these modules.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -