관리-도구
편집 파일: fix_future_standard_library.cpython-37.pyc
B �A�[� � @ s0 d Z ddlmZ ddlmZ G dd� de�ZdS )a For the ``future`` package. Changes any imports needed to reflect the standard library reorganization. Also Also adds these import lines: from future import standard_library standard_library.install_aliases() after any __future__ imports but before any other imports. � )� FixImports)�touch_import_topc s e Zd ZdZ� fdd�Z� ZS )�FixFutureStandardLibrary� c s"