~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/format-imports

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-03 17:08:40 UTC
  • mfrom: (14600.3.7 germinate-all-dev-series)
  • Revision ID: launchpad@pqm.canonical.com-20120103170840-qw8albc2cp5bk7ry
[r=wgrant][bug=904538] Let cron.germinate handle multiple dev series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
LOCAL_PACKAGES = (
290
290
    'canonical', 'lp', 'launchpad_loggerhead', 'devscripts',
291
291
    # database/* have some implicit relative imports.
292
 
    'fti', 'replication', 'upgrade',
 
292
    'fti', 'replication', 'preflight', 'security', 'upgrade',
293
293
    )
294
294
 
295
295
def format_imports(imports):