← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~aaron-whitehouse/duplicity/fix_pep8 into lp:duplicity

 

Aaron Whitehouse has proposed merging lp:~aaron-whitehouse/duplicity/fix_pep8 into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~aaron-whitehouse/duplicity/fix_pep8/+merge/297124
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~aaron-whitehouse/duplicity/fix_pep8 into lp:duplicity.
=== modified file 'duplicity/backends/onedrivebackend.py'
--- duplicity/backends/onedrivebackend.py	2016-01-24 22:24:07 +0000
+++ duplicity/backends/onedrivebackend.py	2016-06-11 11:30:06 +0000
@@ -143,11 +143,11 @@
             authorization_url, state = self.http_client.authorization_url(
                 self.OAUTH_AUTHORIZE_URI, display='touch')
 
-            print ''
-            print ('In order to authorize duplicity to access your OneDrive, '
-                   'please open %s in a browser and copy the URL of the blank '
-                   'page the dialog leads to.' % authorization_url)
-            print ''
+            print()
+            print('In order to authorize duplicity to access your OneDrive, '
+                  'please open %s in a browser and copy the URL of the blank '
+                  'page the dialog leads to.' % authorization_url)
+            print()
 
             redirected_to = raw_input('URL of the blank page: ')
 


Follow ups