Releases
========

0.0.4 (2013-03-28)
------------------

 * Fix a little error in get_pysmell_code_walk_to_text (only if the text was unicode characters)



0.0.3 (2013-03-26)
------------------

 * Fix a little error in get_importables_from_line


0.0.2 (2012-09-02)
------------------

 * Now get to analize 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


0.0.1 (2012-07-09)
------------------

 * Initial release. `Previous history to pyplete <https://github.com/goinnn/Kate-plugins/commits/master/kate_plugins/pyte_plugins/autocomplete/pyplete.py>`_
