[Bug 1707103] Re: Useless line of code in shell.py

2017-09-08 Thread Huan Xiong
Corey, thanks for pointing that out. It was the first bug I created on launchpad and I didn't notice the difference. I thought I was on upstream project page. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1707103] Re: Useless line of code in shell.py

2017-09-07 Thread Huan Xiong
** Changed in: python-openstackclient (Ubuntu) Assignee: (unassigned) => Huan Xiong (huan.xiong) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1707103 Title: Useless line of code in shell

[Bug 1707103] Re: Useless line of code in shell.py

2017-07-27 Thread Huan Xiong
** Description changed: This line in shell.py is useless:   osprofiler_profiler = importutils.try_import("osprofiler.profiler") It was introduced in commit 16f00833 where it was useful. Most code in that commit was later moved to osc-lib in commit 6a15f90d. However, the - above line

[Bug 1707103] [NEW] Useless line of code in shell.py

2017-07-27 Thread Huan Xiong
Public bug reported: This line in shell.py is useless:   osprofiler_profiler = importutils.try_import("osprofiler.profiler") It was introduced in commit 16f00833 where it was useful. Most code in that commit was later moved to osc-lib in commit 6a15f90d. However, the above line was left uncleane