From 63f15a9d6f1f506f8c62239cd91a970377a29e3e Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 14 Jan 2014 18:52:15 -0500 Subject: added support for with statements in open and creat when creating or opening a File, caller should now use python's with statement as specified on PEP 343: http://www.python.org/dev/peps/pep-0343/ Change-Id: Id98613e310bea01a427769d3ad7b0dea97245b04 Signed-off-by: Thiago da Silva --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 0d4914c..fdebbb6 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,7 @@ hacking>=0.5.6,<0.6 coverage nose nosexcover +openstack.nose_plugin nosehtmloutput sphinx>=1.1.2 mock>=0.8.0 -- cgit