Re: [Python-projects] pylint and absolute imports

2010-09-27 Thread Nikolaus Rath
On 09/27/2010 06:14 AM, Sylvain Thénault wrote: > On 25 septembre 14:13, Nikolaus Rath wrote: >> Hello, > > Hi, > >> It seems that pylint still has some trouble with absolute_imports: >> >> >> Or am I doing something wrong? > > sounds like a bug. Would you file a ticket please? Done at https:/

Re: [Python-projects] pylint and absolute imports

2010-09-27 Thread Sylvain Thénault
On 25 septembre 14:13, Nikolaus Rath wrote: > Hello, Hi, > It seems that pylint still has some trouble with absolute_imports: > > [0] vostro:~/tmp$ pylint src/s3ql/argparse.py > * Module argparse > C0111: 1: Missing docstring > W0406: 3: Module import itself > W0611: 3: Unused i

[Python-projects] pylint and absolute imports

2010-09-25 Thread Nikolaus Rath
Hello, It seems that pylint still has some trouble with absolute_imports: [0] vostro:~/tmp$ pylint src/s3ql/argparse.py * Module argparse C0111: 1: Missing docstring W0406: 3: Module import itself W0611: 3: Unused import argparse [20] vostro:~/tmp$ (cd src; pylint s3ql/argparse.p