File: //opt/alt/python35/lib64/python3.5/idlelib/__pycache__/idlever.cpython-35.opt-1.pyc
��Yf�  �               @   sU   d  Z  d d l Z e j e  e d d �d d l m Z e d e j d � � Z d S)z�
The separate Idle version was eliminated years ago;
idlelib.idlever is no longer used by Idle
and will be removed in 3.6 or later.  Use
    from sys import version
    IDLE_VERSION = version[:version.index(' ')]
�    N�
stacklevel�   )�version� )	�__doc__�warnings�w�warn�DeprecationWarning�sysr   �indexZIDLE_VERSION� r
   r
   �4/opt/alt/python35/lib64/python3.5/idlelib/idlever.py�<module>   s