I imported a module as below:
filename = \"email\" mymodule = __import__(\'actions.\'+filename)
the problem I have with this is, that the file
The functions don't exist unless the module executes. You can't have it both ways. Perhaps you need to add a main stanza to the module.