Skip to content

Latest commit

 

History

History

82234_Importing_dynamically_generated

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Importing a dynamically generated module

Originally published: 2001-10-17 07:31:20
Last updated: 2001-10-17 07:31:20
Author: Anders Hammarquist

This recipe will let you import a module from code that is dynamically generated. My original use for it was to import a module stored in a database, but it will work for modules from any source.