Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 353 Bytes

File metadata and controls

8 lines (7 loc) · 353 Bytes

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.