~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/rocketfuel-mp-status

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
 
3
 
from bzrlib import branch, errors
4
3
import commands
5
 
from launchpadlib.launchpad import Launchpad
6
4
import os
7
5
import sys
8
6
 
 
7
from bzrlib import (
 
8
    branch,
 
9
    errors,
 
10
    )
 
11
from launchpadlib.launchpad import Launchpad
 
12
 
 
13
 
9
14
launchpad = Launchpad.login_with('rocketfuel-mp-status', 'production')
10
15
trunk = commands.getoutput(
11
16
    '. ~/.rocketfuel-env.sh && echo $LP_TRUNK_NAME')