~krissn/duplicity/xattr-selection-support

« back to all changes in this revision

Viewing changes to duplicity/patchdir.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:
23
23
import types
24
24
import tempfile
25
25
import os
26
 
import tarfile #@UnusedImport
27
26
 
 
27
from duplicity import tarfile #@UnusedImport
28
28
from duplicity import librsync #@UnusedImport
29
29
from duplicity import log #@UnusedImport
30
30
from duplicity import diffdir