From eed3a9fc0bf490bef2e1c7cc597db6063c11bcac Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Wed, 9 Nov 2016 09:38:08 +0800 Subject: Merge func to utils Local test is ok. JIRA: QTIP-131 Change-Id: I7009337903c7ded90dda47a05d6c1c95aa96815d Signed-off-by: wu.zhihui --- qtip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtip.py') diff --git a/qtip.py b/qtip.py index ea64b933..a2c26eda 100644 --- a/qtip.py +++ b/qtip.py @@ -1,12 +1,13 @@ ############################################################################## # Copyright (c) 2015 Dell Inc and others. +# Copyright (c) 2016 ZTE corp. and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -from func.cli import Cli +from utils.cli import Cli def main(): -- cgit 1.2.3-korg