From d0efb8d2c06a890abd405bd1e4e590161034ed91 Mon Sep 17 00:00:00 2001 From: Shwetha-H-Panduranga Date: Wed, 21 Dec 2011 14:50:43 +0530 Subject: removing the statement 'import clitestsutils'. There is no module by name clitestsutils. The functions necessary for cli tests has been implemented in the existing utils --- TestUnits/cli/volume/top/testcases.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TestUnits/cli/volume/top/testcases.py b/TestUnits/cli/volume/top/testcases.py index 6ba55e6..99775b5 100644 --- a/TestUnits/cli/volume/top/testcases.py +++ b/TestUnits/cli/volume/top/testcases.py @@ -5,7 +5,6 @@ import sys import time import glusterutils import clientutils -import clitestsutils import hostutils import atfutils -- cgit