summaryrefslogtreecommitdiffstats
path: root/qtip.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-24 14:01:47 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-24 17:06:18 +0800
commit6200c67619329f686dfb888ac7ef25469375df83 (patch)
tree4065d07425689b410843a21c7390e60d76820eb9 /qtip.py
parent213003bb409e02bfab6929ccffe88728a89028e2 (diff)
Use `pbr` for setup configuration
- `pbr` does a bunch of things[1] and is used widely in OpenStack - moved legacy `qtip.py` to scripts in order to keep the project folder clean [1]: http://docs.openstack.org/developer/pbr/#what-it-does Change-Id: I6a9b83883283eaa527e2c3d4cd8d221ee6efca41 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip.py')
-rw-r--r--qtip.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/qtip.py b/qtip.py
deleted file mode 100644
index 66ff674f..00000000
--- a/qtip.py
+++ /dev/null
@@ -1,18 +0,0 @@
-##############################################################################
-# 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 qtip.utils.cli import Cli
-
-
-def main():
- Cli()
-
-
-if __name__ == "__main__":
- main()