[EMAIL PROTECTED] wrote: >>> misc.py: >>> line 424: what about having global_settings in pkg.client instead? >>> it would seem a better home than "misc" for something central to the client. > > I disagree about moving it into client.py. It should be possible for > these environment variables to work whether you're using the CLI or the > GUI. If there's someplace else besides misc that makes sense and makes > it available to both front ends, then move it there. Otherwise, it's > fine where it is.
I wasn't aware that pkg.client was considered the exclusive domain of the cli given that much of it's code is shared. If your concern is about crossing boundaries, then it should be put into the API. misc doesn't seem like the right place for something that has a central effect on the client -- that was what I was trying to communicate. Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
