From ba423e2c7f322871507835341d8265074d747781 Mon Sep 17 00:00:00 2001 From: ahothan Date: Fri, 4 Aug 2017 11:26:26 -0700 Subject: Fix module path for cleanup script Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea Signed-off-by: ahothan --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6ccb1a..994d8b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ packages = console_scripts = nfvbench = nfvbench.nfvbench:main nfvbench_client = client.nfvbench_client:main - nfvbench_cleanup = client.nfvbench_cleanup:main + nfvbench_cleanup = cleanup.nfvbench_cleanup:main [compile_catalog] directory = nfvbench/locale -- cgit 1.2.3-korg