On Mon, 11 Jul 2005 18:45:20 -0500, Reid Priedhorsky <[EMAIL PROTECTED]> wrote:
>Dear group,
>
>I'd have a class defined in one module, which descends from another class
>defined in a different module. I'd like the superclass to be able to
>access objects defined in the first module (given an inst
"Reid Priedhorsky" <[EMAIL PROTECTED]> wrote:
> Dear group,
>
> I'd have a class defined in one module, which descends from another class
> defined in a different module. I'd like the superclass to be able to
> access objects defined in the first module (given an instance of the first
> class) wit