[Python-projects] is class inheritance supposed to be supported in pylint 0.14.0 ?

Tim Black tblack at biamp.com
Fri May 16 18:39:24 CEST 2008


Thanks, BlackJack. Your example works fine for me as well. I'm working
on simplifying my example of this problem now... Until then, note that
the primary differences are that in my example:

 

0.	The classes in question are in different packages.
1.	I am using the absolute import mechanism. "from __future__
import absolute_import"
2.	I am using relative import syntax when importing the module
containing the parent class. "from ..pkg0 import a"

 

In my example, I found that if I change the import syntax from relative
to absolute, this problem goes away. 

 

(By the way, sorry for the double post earlier. I had posted anonymously
before joining and wasn't sure if the anonymous one was going to
succeed.)

 

Tim




BIAMP SYSTEMS EMAIL NOTICE 
The information contained in this email and any attachments is confidential and 
may be subject to copyright or other intellectual property protection. If you 
are not the intended recipient, you are not authorized to use or disclose this 
information, and we request that you notify us by reply mail or telephone and 
delete the original message from your mail system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.logilab.org/pipermail/python-projects/attachments/20080516/666c60b3/attachment.htm 


More information about the Python-Projects mailing list