I am using eclipse pydev for my python project and I have a module where I use shelve. The import of shelve is marked as unresolved in the editor but the programs runs correctly. When I comment the import it no longer works.
How comes the shelve module is working despite unresolved import?
I signal I use python from a virtual env