Re: [code-quality] Europython 14

2014-07-14 Thread Carl Crowder
Hi, I will be there, and would love to meet up with you all. I'll be doing a talk on 'Automated Code Reviews', which is largely based on the lessons learned from creating https://landscape.io, which builds on the amazing work you guys have done with pylint! Carl On 11 July 2014 18:02, Andrey Vla

[code-quality] Unable to import error from pylint

2014-07-14 Thread Martín Ferrari
Hi! This is probably a FAQ, but I cannot find it anywhere in the docs. I get a F0401 (Unable to import) when importing a flask external module, which involves a trick on __init__ on the parent package to locate the actual module, which has a different name (flask.ext.httpauth is in fact flask_htt

Re: [code-quality] Unable to import error from pylint

2014-07-14 Thread Ian Cordasco
On Mon, Jul 14, 2014 at 5:34 PM, Martín Ferrari wrote: > > Hi! > > This is probably a FAQ, but I cannot find it anywhere in the docs. > > I get a F0401 (Unable to import) when importing a flask external module, > which involves a trick on __init__ on the parent package to locate the > actual modul