Merge lp:~aaron-whitehouse/duplicity/fix_pep8 into lp:~duplicity-team/duplicity/0.7-series

Proposed by Aaron Whitehouse
Status: Merged
Merged at revision: 1221
Proposed branch: lp:~aaron-whitehouse/duplicity/fix_pep8
Merge into: lp:~duplicity-team/duplicity/0.7-series
Diff against target: 19 lines (+5/-5)
1 file modified
duplicity/backends/onedrivebackend.py (+5/-5)
To merge this branch: bzr merge lp:~aaron-whitehouse/duplicity/fix_pep8
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+297124@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'duplicity/backends/onedrivebackend.py'
2--- duplicity/backends/onedrivebackend.py 2016-01-24 22:24:07 +0000
3+++ duplicity/backends/onedrivebackend.py 2016-06-11 11:30:06 +0000
4@@ -143,11 +143,11 @@
5 authorization_url, state = self.http_client.authorization_url(
6 self.OAUTH_AUTHORIZE_URI, display='touch')
7
8- print ''
9- print ('In order to authorize duplicity to access your OneDrive, '
10- 'please open %s in a browser and copy the URL of the blank '
11- 'page the dialog leads to.' % authorization_url)
12- print ''
13+ print()
14+ print('In order to authorize duplicity to access your OneDrive, '
15+ 'please open %s in a browser and copy the URL of the blank '
16+ 'page the dialog leads to.' % authorization_url)
17+ print()
18
19 redirected_to = raw_input('URL of the blank page: ')
20

Subscribers

People subscribed via source and target branches