diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2013-09-02 15:22:53 -0700 |
|---|---|---|
| committer | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2013-09-02 15:22:53 -0700 |
| commit | af493c9bce862bd07537eb09b10c44bc50dbf2fc (patch) | |
| tree | 33e77c3e754a7272e1bbc198eae02d7b226008f1 | |
| download | isort-af493c9bce862bd07537eb09b10c44bc50dbf2fc.tar.gz | |
Initial commit
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..abafdbb5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +isort +===== + +A Python utility / library to sort imports. |
