~al-maisan/bzr-builddeb/merge-package

« back to all changes in this revision

Viewing changes to cmds.py

  • Committer: James Westby
  • Date: 2009-02-19 11:13:09 UTC
  • mto: (327.1.15 2.1)
  • mto: This revision was merged to the branch mainline in revision 328.
  • Revision ID: jw+debian@jameswestby.net-20090219111309-7y8vmbfdv2xjo364
Clean up from pyflakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from debian_bundle.changelog import Version
30
30
 
31
31
from bzrlib import (
32
 
    bzrdir,
33
32
    urlutils,
34
33
    )
35
34
from bzrlib.branch import Branch