~duplicity-team/duplicity/0.8-series

« back to all changes in this revision

Viewing changes to duplicity/backends/_cf_cloudfiles.py

  • Committer: kenneth at loafman
  • Date: 2018-12-23 16:52:31 UTC
  • mfrom: (1340.2.5 duplicity)
  • Revision ID: kenneth@loafman.com-20181223165231-8ghio3o8kd4506g6
* Merged in lp:~mgorse/duplicity/0.8-series
  - First pass at a python 3 port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# along with duplicity; if not, write to the Free Software Foundation,
19
19
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
20
 
 
21
from builtins import str
21
22
import os
22
23
 
23
24
import duplicity.backend