Skip to content
jeremycarroll edited this page Mar 1, 2013 · 3 revisions

Welcome to Jeremy's Pydev wiki!

Download the organize imports patch. This provides:

  1. pep8 compliant imports organizing
  2. removal of unused imports
  3. bulk processing of many files

I built it on Juno with latest PyDev installed, and it definitely requires PyDev 2.7.1, and may have other dependencies.

Unzip it in a temporary folder, and then use the eclipse update manager to install.

  1. From eclipse's help menu, choose Install New Software...
  2. Then choose Add...
  3. Local... and select the folder where you unzipped
  4. Ensure that Group items by category is unchecked
  5. You can select the patch and complete the process
Clone this wiki locally