From: ahothan Date: Fri, 4 Aug 2017 18:26:26 +0000 (-0700) Subject: Fix module path for cleanup script X-Git-Tag: 1.0.1~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F38775%2F1;p=nfvbench.git Fix module path for cleanup script Change-Id: I8035805c02712f9b1c38aded44e7590cd7b670ea Signed-off-by: ahothan --- 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