Python - Modules and Code Organization
You want to add
'/temp/modules' to Python's module search path only during the execution of a script without permanently modifying sys.path. Which method is best?