Lots of plumbing to allow an asset named python_lib.zip to be imported by jailed Python code. This function can find the "python_lib.zip" asset, and is passed down through ModuleSystem and LoncapaSystem so that capa problems have access to the zipfile.
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
Use this directory to make the python_lib.zip file above:
|
|
|
|
$ zip -r python_lib.zip python_lib_zip/*
|