Skip to content

Commit

Permalink
Reorder commits to match styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Mar 10, 2014
1 parent 8b9680d commit afb4e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pootle/apps/pootle_store/templatetags/store_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@

import re

from diff_match_patch import diff_match_patch
from translate.misc.multistring import multistring
from translate.storage.placeables import parse as parse_placeables
from translate.storage.placeables.interfaces import BasePlaceable
from diff_match_patch import diff_match_patch

from django import template
from django.core.exceptions import ObjectDoesNotExist
from django.template.defaultfilters import stringfilter
Expand Down

0 comments on commit afb4e6b

Please sign in to comment.