Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7445143
By: owillebo

Say I have a package foo holding modules bar1 and bar2
 
To access something in bar1 and bar2 I do; 
 
import foo.bar1
import foo.bar2
foo.bar1.something 
foo.bar2.something 
 
Problem is that pydev gives me a 'Import redefinition: foo' on the second import
 
IMHO this is undeserved because I have no other option when accessing more then
1 module of a package.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to