~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/format-imports

  • Committer: William Grant
  • Date: 2012-01-01 03:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101032003-fnf5yqqv4f4xw27t
Other bits and pieces.

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):