You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/02/08 13:01:27 UTC

svn commit: r1443966 - /libcloud/trunk/libcloud/test/storage/test_azure_blobs.py

Author: tomaz
Date: Fri Feb  8 12:01:26 2013
New Revision: 1443966

URL: http://svn.apache.org/r1443966
Log:
Pyhton 2.5 compatibility fix.

Modified:
    libcloud/trunk/libcloud/test/storage/test_azure_blobs.py

Modified: libcloud/trunk/libcloud/test/storage/test_azure_blobs.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/test/storage/test_azure_blobs.py?rev=1443966&r1=1443965&r2=1443966&view=diff
==============================================================================
--- libcloud/trunk/libcloud/test/storage/test_azure_blobs.py (original)
+++ libcloud/trunk/libcloud/test/storage/test_azure_blobs.py Fri Feb  8 12:01:26 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 os
 import sys
 import unittest