Bug#546522: pylint: false positive on E0611

2009-09-14 Thread Alexandre Fayolle
tag 546522 +upstream forwarded 546522 http://www.logilab.org/ticket/8878 thanks On Sunday 13 September 2009 21:52:15 Yann Dirson wrote: Package: pylint Version: 0.18.0-1 Severity: normal The following relative import fails with E0611: 1: No name 'GUI' in module ''

Bug#546522: pylint: false positive on E0611

2009-09-13 Thread Yann Dirson
Package: pylint Version: 0.18.0-1 Severity: normal The following relative import fails with E0611: 1: No name 'GUI' in module '' foo/__init__.py class GUI(object): pass foo/bar.py from . import GUI Python2.5 has no trouble doing the import. -- System