~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/entitlements-to-lp.py

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import logging
10
10
import sys
11
11
 
 
12
from lp.registry.scripts.entitlement import (
 
13
    EntitlementExchange,
 
14
    EntitlementImporter,
 
15
    )
12
16
from lp.services.scripts.base import LaunchpadScript
13
 
from lp.registry.scripts.entitlement import (
14
 
    EntitlementExchange, EntitlementImporter)
15
17
 
16
18
 
17
19
class ImportEntitlementsScript(LaunchpadScript):