~mcuelenaere/duplicity/duplicity

« back to all changes in this revision

Viewing changes to testing/unit/test_gpg.py

  • Committer: kenneth at loafman
  • Date: 2018-10-04 14:46:47 UTC
  • Revision ID: kenneth@loafman.com-20181004144647-c92odxukh6rpwea6
* Fixed bug #1795227 global name Dropbox is not defined
  - Applied patch from Pedro Gimeno to restore globals

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
from . import UnitTestCase
31
31
 
32
32
 
33
 
@pytest.mark.nocapture
 
33
@pytest.mark.usefixtures(u"redirect_stdin")
34
34
class GPGTest(UnitTestCase):
35
35
    u"""Test GPGFile"""
36
36
    def setUp(self):