~barry/bzr-builddeb/609186-urls

« back to all changes in this revision

Viewing changes to tests/blackbox/test_import_dsc.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:
23
23
import subprocess
24
24
import tarfile
25
25
 
26
 
from bzrlib.bzrdir import BzrDir
27
 
from bzrlib.workingtree import WorkingTree
28
 
 
29
26
from bzrlib.plugins.builddeb.tests import BuilddebTestCase
30
27
 
31
28