~barry/bzr-builddeb/609186-urls

« back to all changes in this revision

Viewing changes to tests/test_repack_tarball.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:
19
19
#
20
20
 
21
21
import os
22
 
import shutil
23
22
import tarfile
24
23
 
25
24
from bzrlib.errors import (NoSuchFile,
26
25
                           FileExists,
27
 
                           NotADirectory,
28
26
                           )
29
27
from bzrlib.tests import TestCaseInTempDir
30
28