Merge lp:~michal-s/duplicity/duplicity into lp:~duplicity-team/duplicity/0.7-series

Proposed by Michal Smereczynski
Status: Merged
Merged at revision: 1149
Proposed branch: lp:~michal-s/duplicity/duplicity
Merge into: lp:~duplicity-team/duplicity/0.7-series
Diff against target: 12 lines (+1/-1)
1 file modified
duplicity/backends/azurebackend.py (+1/-1)
To merge this branch: bzr merge lp:~michal-s/duplicity/duplicity
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+278457@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/azurebackend.py'
2--- duplicity/backends/azurebackend.py 2015-10-27 16:34:23 +0000
3+++ duplicity/backends/azurebackend.py 2015-11-24 14:29:45 +0000
4@@ -36,7 +36,7 @@
5 # Import Microsoft Azure SDK for Python library.
6 try:
7 import azure
8- from azure.storage import BlobService
9+ from azure.storage.blob import BlobService
10 except ImportError:
11 raise BackendException('Azure backend requires Microsoft Azure SDK for Python '
12 '(https://github.com/Azure/azure-sdk-for-python).')

Subscribers

People subscribed via source and target branches