While I was trying to fix the ImportError: No module named 'lsb_release', I accidentally performed the unlink command on /usr/share/pyshared/lsb_release.py
sudo unlink /usr/share/pyshared/lsb_release.py
Now I cannot find lsb_release.py and the links to the pythonx/dist-packages/lsb_release.py are broken.
How can I rapair this and solve the ImportError: No module named 'lsb_release' error?