~antmak/duplicity/0.7-par2-fix

« back to all changes in this revision

Viewing changes to testing/test_tarfile.py

  • Committer: loafman
  • Date: 2009-04-01 15:07:45 UTC
  • Revision ID: vcs-imports@canonical.com-20090401150745-cogt0c6lcuvz1pk6
After email voting among known duplicity contributors,
the decision was reached to revert to the GPL Version 2
license, so with their consensus, duplicity is now under
GPL Version 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#
8
8
# Duplicity is free software; you can redistribute it and/or modify it
9
9
# under the terms of the GNU General Public License as published by the
10
 
# Free Software Foundation; either version 3 of the License, or (at your
 
10
# Free Software Foundation; either version 2 of the License, or (at your
11
11
# option) any later version.
12
12
#
13
13
# Duplicity is distributed in the hope that it will be useful, but
22
22
#
23
23
# unittest for the tarfile module
24
24
#
25
 
# $Id: test_tarfile.py,v 1.9 2009/02/02 15:36:45 loafman Exp $
 
25
# $Id: test_tarfile.py,v 1.10 2009/04/01 15:07:45 loafman Exp $
26
26
 
27
27
import config
28
28
import sys, os, shutil, StringIO, tempfile, unittest, stat, pwd, grp