summaryrefslogtreecommitdiffstats
path: root/qtip/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-24Use `pbr` for setup configurationYujun Zhang1-0/+14
- `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>
2016-11-14bugfix: miss __init__.py under module qtipwu.zhihui1-0/+0
Due to adjust directory, __init__.py is missed for module qtip. And modify related module calls. JIRA: QTIP-161 Change-Id: I20fb366d664155e7d5ad2ac1c6241a5394afd096 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>