lambda-py
lambda-py copied to clipboard
Handle nested modules in __import__
Handle nested modules like "A.B" in import.
The modules are still searched in python-lib/. We'll worry about sys.path later.