summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2017-03-31 18:30:19 -0700
committerGitHub <noreply@github.com>2017-03-31 18:30:19 -0700
commit97290024209381b00ec8244fe8e3e6d3491dfe6a (patch)
tree4f82605c820d25977b1e86ee57a3152633f763ef
parent3b2afd46f23be64cafdca80abcabaf3b0d0f97cd (diff)
parentb26be16a613aa772182d48a1b219ab7346e4b6bd (diff)
downloadisort-97290024209381b00ec8244fe8e3e6d3491dfe6a.tar.gz
Merge pull request #437 from jarondl/fix-readme-pies
Remove pies from the README since it is no longer used
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index db35bfb9..2586eb70 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ isort your python imports for you so you don't have to.
isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections.
It provides a command line utility, Python library and `plugins for various editors <https://github.com/timothycrosley/isort/wiki/isort-Plugins>`_ to quickly sort all your imports.
-It currently cleanly supports Python 2.6 - 3.5 using `pies <https://github.com/timothycrosley/pies>`_ to achieve this without ugly hacks and/or py2to3.
+It currently cleanly supports Python 2.6 - 3.5 without any dependencies.
.. image:: https://raw.github.com/timothycrosley/isort/develop/example.gif
:alt: Example Usage