~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/smoke-test-librarian.py

  • Committer: William Grant
  • Date: 2011-12-30 02:24:09 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230022409-m5q10ovxvi0vq9f3
format-imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
"""Perform simple librarian operations to verify the current configuration.
7
7
"""
8
8
 
9
 
import _pythonpath # Not lint, actually needed.
 
9
import _pythonpath
10
10
 
11
11
import sys
12
12