I am able to resolve this. I was using easy intstall
sudo python install.py --develop
This is NOT just develop mode of setup but uses branch develop
I wanted master branch but in setup mode develop. So for that I need to use
sudo python install.py --production
and then switch production mode to develop mode. link
I have done pull request for same.PR