~vam9/duplicity/0.8-series-s3-kms-support

« back to all changes in this revision

Viewing changes to testing/test_code.py

  • Committer: kenneth at loafman
  • Date: 2018-09-17 21:03:06 UTC
  • mfrom: (1331.1.2 duplicity)
  • Revision ID: kenneth@loafman.com-20180917210306-x52q3tc9ph9f9bkh
* Merged in lp:~mgorse/duplicity/0.8-series
  - Adorn some duplicity/*.py strings. I've avoided submitting anything that I think might require
    significant discussion; I think that reviewing will be easier this way. Mostly annotated strings
    as unicode, except for librsync.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                         # TODO Every file from here down needs to be fixed and the exclusion removed
113
113
                         os.path.join(_top_dir, u'setup.py'),
114
114
                         os.path.join(_top_dir, u'duplicity', u'__init__.py'),
115
 
                         os.path.join(_top_dir, u'duplicity', u'asyncscheduler.py'),
116
 
                         os.path.join(_top_dir, u'duplicity', u'backend.py'),
117
 
                         os.path.join(_top_dir, u'duplicity', u'cached_ops.py'),
118
 
                         os.path.join(_top_dir, u'duplicity', u'collections.py'),
119
 
                         os.path.join(_top_dir, u'duplicity', u'commandline.py'),
120
115
                         os.path.join(_top_dir, u'duplicity', u'compilec.py'),
121
116
                         os.path.join(_top_dir, u'duplicity', u'diffdir.py'),
122
 
                         os.path.join(_top_dir, u'duplicity', u'dup_temp.py'),
123
 
                         os.path.join(_top_dir, u'duplicity', u'dup_threading.py'),
124
 
                         os.path.join(_top_dir, u'duplicity', u'dup_time.py'),
125
 
                         os.path.join(_top_dir, u'duplicity', u'errors.py'),
126
 
                         os.path.join(_top_dir, u'duplicity', u'file_naming.py'),
127
 
                         os.path.join(_top_dir, u'duplicity', u'filechunkio.py'),
128
 
                         os.path.join(_top_dir, u'duplicity', u'globals.py'),
129
 
                         os.path.join(_top_dir, u'duplicity', u'gpg.py'),
130
 
                         os.path.join(_top_dir, u'duplicity', u'gpginterface.py'),
131
 
                         os.path.join(_top_dir, u'duplicity', u'lazy.py'),
132
 
                         os.path.join(_top_dir, u'duplicity', u'librsync.py'),
133
 
                         os.path.join(_top_dir, u'duplicity', u'log.py'),
134
117
                         os.path.join(_top_dir, u'duplicity', u'manifest.py'),
135
118
                         os.path.join(_top_dir, u'duplicity', u'patchdir.py'),
136
119
                         os.path.join(_top_dir, u'duplicity', u'path.py'),
137
 
                         os.path.join(_top_dir, u'duplicity', u'progress.py'),
138
 
                         os.path.join(_top_dir, u'duplicity', u'robust.py'),
139
120
                         os.path.join(_top_dir, u'duplicity', u'statistics.py'),
140
 
                         os.path.join(_top_dir, u'duplicity', u'tarfile.py'),
141
 
                         os.path.join(_top_dir, u'duplicity', u'tempdir.py'),
142
121
                         os.path.join(_top_dir, u'duplicity', u'util.py'),
143
122
                         os.path.join(_top_dir, u'testing', u'overrides', u'gettext.py'),
144
123
                         os.path.join(_top_dir, u'testing', u'test_unadorned.py'),