Author: tomaz
Date: Fri Feb  8 11:52:54 2013
New Revision: 1443962

URL: http://svn.apache.org/r1443962
Log:
Python 2.5 fix.

Modified:
    libcloud/trunk/libcloud/storage/drivers/azure_blobs.py

Modified: libcloud/trunk/libcloud/storage/drivers/azure_blobs.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/azure_blobs.py?rev=1443962&r1=1443961&r2=1443962&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/azure_blobs.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/azure_blobs.py Fri Feb  8 11:52:54 
2013
@@ -13,6 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+from __future__ import with_statement
+
 import time
 import base64
 import hmac


Reply via email to