~krissn/duplicity/xattr-selection-support

« back to all changes in this revision

Viewing changes to testing/patchdirtest.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 patchdir
28
28
from duplicity import log #@UnusedImport
29
29
from duplicity import selection
30
 
import tarfile #@UnusedImport
 
30
from duplicity import tarfile #@UnusedImport
31
31
from duplicity import librsync #@UnusedImport
32
32
from duplicity.path import * #@UnusedWildImport
33
33