[email protected] wrote: > This looks fine to me. Just so I understand, though, is the stuff > you're doing in driver.py on lines 52-58 setting the values once so that > they're inherited by all instances of the class? I'm trying to figure > out why you moved this into __init__, even though it's class level.
Yeah, that's what I'm trying to do. I wasn't sure what else to do; __new__() doesn't appear to be used for this sort of thing, so I shied away from it. If anyone has any other suggestions, I'm open to them. Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
