~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/worker.py

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import sys
9
9
import urllib2
10
10
 
11
 
import lp.codehosting # to load bzr plugins
 
11
import lp.codehosting  # Needed to load bzr plugins.
12
12
 
13
13
from bzrlib import (
14
14
    errors,