~bmerry/duplicity/pydrive-regular

« back to all changes in this revision

Viewing changes to duplicity/diffdir.py

  • Committer: Kenneth Loafman
  • Date: 2015-02-01 17:37:37 UTC
  • Revision ID: kenneth@loafman.com-20150201173737-e4u22rx519goneaw
* Misc fixes for the following PEP8 issues:
  - E401
  - see http://pep8.readthedocs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
from future_builtins import map
31
31
 
32
 
import cStringIO, types, math
 
32
import cStringIO
 
33
import types
 
34
import math
33
35
from duplicity import statistics
34
36
from duplicity import util
35
37
from duplicity import globals