On Oct 21, 12:53 pm, Brendan <brendandetra...@yahoo.com> wrote: > So it must never make sense to put subclasses in separate modules?
It doesn't matter to Python whether the subclass is in the same module or imported. Do it whichever way makes the most sense to you from a code organization perspective. -- http://mail.python.org/mailman/listinfo/python-list