You might need to set PYTHONPATH to specify your root directory (Import outside toplevel).
Create a ~/.pylintrc file and change the /path/to/root to your root.
~/.pylintrc
/path/to/root
[MASTER] init-hook='import sys; sys.path.append("/path/to/root")'