summaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_perftest.py
diff options
context:
space:
mode:
authorlinux_geek <taseer94@gmail.com>2016-11-21 21:36:58 +0500
committerlinux_geek <taseer94@gmail.com>2016-11-21 21:36:58 +0500
commit6874d81ab2a66b053a74749d5213cdb19ae149e4 (patch)
tree64019b8defea76d51d69b8ad8611ab7f1758762c /qtip/cli/commands/cmd_perftest.py
parent3fe85ce6a6a19e5906e325370e6e6db16ec9d41e (diff)
Cli list related fixes
JIRA: QTIP-154 Change-Id: I95ab04fab35ff599c338ce07870602b58635e833 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/cli/commands/cmd_perftest.py')
-rw-r--r--qtip/cli/commands/cmd_perftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/cli/commands/cmd_perftest.py b/qtip/cli/commands/cmd_perftest.py
index 0eb6d062..5cfe4110 100644
--- a/qtip/cli/commands/cmd_perftest.py
+++ b/qtip/cli/commands/cmd_perftest.py
@@ -11,7 +11,7 @@ from prettytable import PrettyTable
import yaml
import click
import os
-from cli import helper
+from qtip.cli import helper
class PerfTest: