~krissn/duplicity/xattr-selection-support

« back to all changes in this revision

Viewing changes to testing/diffdirtest.py

  • Committer: Michael Terry
  • Date: 2011-08-23 18:14:17 UTC
  • mto: This revision was merged to the branch mainline in revision 783.
  • Revision ID: mike@mterry.name-20110823181417-137urmpjaa02u5op
use python2.7's tarfile instead of whichever version comes with user's python

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from duplicity import diffdir
28
28
from duplicity import selection
29
29
from duplicity import util
30
 
import tarfile #@Reimport
 
30
from duplicity import tarfile #@Reimport
31
31
 
32
32
config.setup()
33
33