~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to testing/unit/test_tempdir.py

  • Committer: Kenneth Loafman
  • Date: 2014-12-12 14:39:54 UTC
  • Revision ID: kenneth@loafman.com-20141212143954-wyln65yd1ynzsrlx
* Source formatted, using PyDev, all source files to fix some easily fixed
  PEP8 issues. Use ignore space when comparing against previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        td.forget(fname)
43
43
 
44
44
        fo, fname = td.mkstemp_file()
45
 
        fo.close() # don't forget, leave to cleanup()
 
45
        fo.close()  # don't forget, leave to cleanup()
46
46
 
47
47
        td.cleanup()
48
48