-------------------
* Adapt the code to the last version of pyplete. Now the python autocomplete plugin can autocomplete the relative imports, something like this:
::
from models import MyModel from the same directory of the models.py
And this:
::
from .models import MyModel from the same directory of the models.py