~barry/bzr-builddeb/609186-urls

« back to all changes in this revision

Viewing changes to tests/blackbox/test_builddeb.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:
20
20
 
21
21
import os
22
22
 
23
 
from debian_bundle.changelog import (Changelog,
24
 
                                     Version,
25
 
                                     )
26
 
 
27
23
from bzrlib.plugins.builddeb.tests import BuilddebTestCase
28
24
 
29
25