Dan Price wrote:
...
Also, I would recommend putting what is essentially "main" into a function, and
calling that.  This helps a lot with pylint because it reduces the number of
variables which are at global scope.

I agree. And for somebody coming along and trying to learn the code,
it would be nice if all the "top level" code could be in one place rather than sprinkled in between the def functions and class sections (for example line 279
and lines 803-839).

Will the files under 118/common be really under 121/common
when David does his resync?

Thanks.

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to