This is for Jon. Sorry I didn't get to a computer all weekend.
So say you have a module that is a directory of classes and you want to import every class file into the namespace. For example, you have foo/ and inside foo/ you have somefoo.py and someotherfoo.py, each with a class definityion based on their name.
The first thing you need to know
(
Read more... )