Michal Smereczynski has proposed merging lp:~michal-s/duplicity/duplicity into 
lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~michal-s/duplicity/duplicity/+merge/278457
-- 
Your team duplicity-team is requested to review the proposed merge of 
lp:~michal-s/duplicity/duplicity into lp:duplicity.
=== modified file 'duplicity/backends/azurebackend.py'
--- duplicity/backends/azurebackend.py	2015-10-27 16:34:23 +0000
+++ duplicity/backends/azurebackend.py	2015-11-24 14:29:45 +0000
@@ -36,7 +36,7 @@
         # Import Microsoft Azure SDK for Python library.
         try:
             import azure
-            from azure.storage import BlobService
+            from azure.storage.blob import BlobService
         except ImportError:
             raise BackendException('Azure backend requires Microsoft Azure SDK for Python '
                                    '(https://github.com/Azure/azure-sdk-for-python).')

_______________________________________________
Mailing list: https://launchpad.net/~duplicity-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~duplicity-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to