diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-11-09 14:47:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-09 14:47:36 +0000 |
commit | 939299c36b3cf79f198d4a4849345eabd878973b (patch) | |
tree | c859592ecf932107c11a77f45e1d40c1a888ec63 /qtip.py | |
parent | 8f27035ce5d24eca2382c01acf645851bd9f8c82 (diff) | |
parent | eed3a9fc0bf490bef2e1c7cc597db6063c11bcac (diff) |
Merge "Merge func to utils"
Diffstat (limited to 'qtip.py')
-rw-r--r-- | qtip.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(): |