diff --git a/README.md b/README.md index 9285e72..d05c699 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ The goal of this package is to be able to automatically manage imports in Python - Find unresolved references in source, and resolve them against the index, effectively automating imports. - Automatically arrange imports according to PEP8. +It was originally written for the Sublime Text 2 [Python Import Magic](https://github.com/alecthomas/SublimePythonImportMagic) plugin. + +## Example of use in Sublime Text 2 plugin + +![Example of Import Magic at work](importmagic.gif) + + ## Using the library Build an index: diff --git a/importmagic.gif b/importmagic.gif new file mode 100644 index 0000000..be7d677 Binary files /dev/null and b/importmagic.gif differ