~bmerry/duplicity/pydrive-regular

« back to all changes in this revision

Viewing changes to testing/unit/test_gpg.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:
19
19
# along with duplicity; if not, write to the Free Software Foundation,
20
20
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
21
 
22
 
import sys, os, unittest, random
 
22
import sys
 
23
import os
 
24
import unittest
 
25
import random
23
26
 
24
27
from duplicity import gpg
25
28
from duplicity import path