Skip to content

Commit

Permalink
Cleanup: Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Apr 2, 2014
1 parent 12f64cd commit 264da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/apps/pootle_app/management/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
from django.core.management.base import CommandError, NoArgsCommand
from django.db.utils import DatabaseError

from pootle_misc.siteconfig import load_site_config
from pootle.__version__ import build as NEW_POOTLE_BUILD
from pootle_misc.siteconfig import load_site_config


class Command(NoArgsCommand):
Expand Down

0 comments on commit 264da11

Please sign in to comment.