Author: tomaz
Date: Fri Mar 29 17:59:58 2013
New Revision: 1462561
URL: http://svn.apache.org/r1462561
Log:
Fix python 2.5 test failure.
Modified:
libcloud/trunk/libcloud/test/compute/test_deployment.py
Modified: libcloud/trunk/libcloud/test/compute/test_deployment.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/test/compute/test_deployment.py?rev=1462561&r1=1462560&r2=1462561&view=diff
==============================================================================
--- libcloud/trunk/libcloud/test/compute/test_deployment.py (original)
+++ libcloud/trunk/libcloud/test/compute/test_deployment.py Fri Mar 29 17:59:58
2013
@@ -14,6 +14,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 time