I\'m writing a Python application that takes as a command as an argument, for example:
$ python myapp.py command1
I want the application to
Use the imp module, or the more direct __import__() function.