Re: [tryton-dev] Coding Guidelines

2011-07-13 Thread Cédric Krier
On 13/07/11 23:41 +0200, Raimon Esteve wrote: > > Sometimes we indent with 4 spaces and other times with 4 spaces, I think > > this > > Maybe is because GUI use Tab and not spaces. No (I think almost all the developpers use vim or emacs), I think it is because of not clear spacing/indentation ru

Re: [tryton-dev] Coding Guidelines

2011-07-13 Thread Raimon Esteve
> Sometimes we indent with 4 spaces and other times with 4 spaces, I think this Maybe is because GUI use Tab and not spaces. I worked py files other people/projectes and I find this situation. I get error python indexation. I recomended use 4 spaces, not tab. -- tryton-dev@googlegroups.com mail

Re: [tryton-dev] Coding Guidelines

2011-07-13 Thread Cédric Krier
On 13/07/11 19:22 +0200, Cédric Krier wrote: > Sometimes we indent with 4 spaces and other times with 4 spaces, I think this Typo: Sometimes we indent with 4 spaces and other times with 8 spaces, I think this -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46

[tryton-dev] Coding Guidelines

2011-07-13 Thread Cédric Krier
Hi, When looking at some code with Bertrand, we found that indentation rule was not clear and not always the same. As the indentation is the only expection to the PEP8 [1], I would like to clarrify the situation especially because the wiki page is not clear [2]. Sometimes we indent with 4 spaces a

[tryton-dev] First version of pysql (issue62001)

2011-07-13 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/62001/ Affected files: A qm.py -- tryton-dev@googlegroups.com mailing list