Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Peter Volkov
В Пнд, 20/09/2010 в 04:53 +0200, Arfrever Frehtes Taifersar Arahesis пишет: > > while you're in the process of cleaning things up, i know we dont have a > > rule > > anywhere in terms of line length, but python.eclass has always struck me as > > a > > file with incredibly excessive line length.

Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Mike Frysinger
On Sunday, September 19, 2010 22:53:31 Arfrever Frehtes Taifersar Arahesis wrote: > 2010-09-20 03:45:14 Mike Frysinger napisał(a): > > while you're in the process of cleaning things up, i know we dont have a > > rule anywhere in terms of line length, but python.eclass has always > > struck me as a

Re: [gentoo-dev] Re: Patch for python.eclass

2010-09-19 Thread Arfrever Frehtes Taifersar Arahesis
2010-09-20 03:45:14 Mike Frysinger napisał(a): > On Sunday, September 19, 2010 21:18:51 Arfrever Frehtes Taifersar Arahesis > wrote: > > -evaluated_PYTHONPATH="$(eval echo -n "${PYTHONPATH_template}")" > > +eval "evaluated_PYTHONPATH=\"${PYTHONPATH_template}\"" > > the quotes in the 2nd one are u