from
Gustavo J. A. M. Carneiro <gjc at inescporto dot pt>
subject
[Python-projects] pylint: Warning about relative imports
date
Hello,2005/10/19 16:58
I'm getting really tired of seeing warnings like this:
/mnt/labipsrc/gjc/qosal.src/discovery.py:3: [W] Relative import
'protocol'
As far as I know, there is no implementation of relative/absolute
imports in Python (I forget the PEP number). The PEP was accepted by
the BDFL, but no one implemented it in Python/C. Therefore, why is
pylint warning about something that is impossible to fix? How can I
make it shut up?
Regards.
--
Gustavo J. A. M. Carneiro
<gjc@inescporto.pt> <gustavo@users.sourceforge.net>
The universe is always one step beyond logic.
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
