~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/rosetta/migrate_current_flag.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
from lp.services.scripts.base import LaunchpadScript
11
11
from lp.translations.scripts.migrate_current_flag import (
12
 
    MigrateCurrentFlagProcess,
13
 
    )
 
12
    MigrateCurrentFlagProcess)
14
13
 
15
14
 
16
15
class MigrateTranslationFlags(LaunchpadScript):