From b3071ecf941d030092a33086c4d632ed88c52bcf Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 31 Oct 2016 12:56:38 +0000 Subject: Create a constants.py to manage constant variable consistently JIRA: YARDSTICK-378 Change-Id: I527d4f60f2a2081730118bdbbea6c19fc093672f Signed-off-by: chenjiankun --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4fe2596c8..9bf656bac 100755 --- a/setup.py +++ b/setup.py @@ -66,5 +66,5 @@ setup( scripts=['tools/yardstick-img-modify', 'tools/yardstick-img-lxd-modify', 'tools/yardstick-img-dpdk-modify' - ] + ] ) -- cgit 1.2.3-korg