I created new empty module folder using following command.
sudo python odoo.py scaffold mytestmodule addons
After that a question mark appeared on module's folder (mytestmodule) at PyDev package explorer. What does it mean? 
I use eclipse luna (4.4.2) with PyDev (2.7.5). I use git repository to access code. 
 
