~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/ppa-generate-keys.py

  • Committer: Curtis Hovey
  • Date: 2011-12-22 17:12:24 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222171224-5w4fzf7z2xycb1m9
RemovedĀ unneededĀ import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
import _pythonpath
13
13
 
14
 
# Avoid crappy circular imports caused by
15
 
# canonical.launchpad.interfaces.__init__
16
 
import canonical.launchpad.interfaces
17
 
 
18
14
from canonical.config import config
19
15
from lp.soyuz.scripts.ppakeygenerator import PPAKeyGenerator
20
16