Your IP : 216.73.216.52


Current Path : /usr/lib/python3/dist-packages/landscape/lib/__pycache__/
Upload File :
Current File : //usr/lib/python3/dist-packages/landscape/lib/__pycache__/lsb_release.cpython-38.pyc

U

y)�]}�@s"dZdZddddd�Zdd�Zd	S)
z&Get information from /etc/lsb_release.z/etc/lsb-releasezdistributor-idZdescription�releasez	code-name)Z
DISTRIB_IDZDISTRIB_DESCRIPTIONZDISTRIB_RELEASEZDISTRIB_CODENAMEcCsdt|d�}i}zF|D]<}|�d�\}}|tkrt|��}|���d�}|||<qW5|��X|S)z�Return a C{dict} holding information about the system LSB release.

    @raises: An IOError exception if C{lsb_release_filename} could not be read.
    �r�=�")�open�close�split�LSB_RELEASE_INFO_KEYS�strip)Zlsb_release_filename�fd�info�line�key�value�r�;/usr/lib/python3/dist-packages/landscape/lib/lsb_release.py�parse_lsb_release
s

rN)�__doc__ZLSB_RELEASE_FILENAMErrrrrr�<module>s�