관리-도구
편집 파일: fix_xrange_with_import.cpython-37.pyc
B �A�[� � @ s0 d Z ddlmZ ddlmZ G dd� de�ZdS )z� For the ``future`` package. Turns any xrange calls into range calls and adds this import line: from builtins import range at the top. � )� FixXrange)�touch_import_topc s e Zd Z� fdd�Z� ZS )�FixXrangeWithImportc s"