Hi,

in our code we sometimes use

import apackage
from some.other.place import foo

and our apackage/__init__.py sets up import mechanisms and is required
for proper functionality of following code. Now the problem is that
PyDev thinks that this is unused import.

Is there any way how to suppress this for that specific package? Or
would it be reasonable to suppress this every time when __init__.py is
non-trivial (non-empty)?

-Radim

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to