Ignore:
Timestamp:
Mar 23, 2013, 9:41:31 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
f610262
Parents:
cf509c0
git-author:
Alex Dehnert <adehnert@…> (03/23/13 21:41:31)
git-committer:
Alex Dehnert <adehnert@…> (03/23/13 21:41:31)
Message:

Sort imports more

My current style is to sort as follows:

  • Group the imports by type
    • Python stdlib
    • Django stdlib (including django.contrib, but not random eggs)
    • Django add-ons
    • ASA-specific code
  • Sort by name within the type
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.