XylotrechusZ
B
�A�[� � @ sB d Z ddlmZ ddlmZ ddlmZ dZG dd� dej�Z dS ) z�
Fixer for the cmp() function on Py2, which was removed in Py3.
Adds this import line::
from past.builtins import cmp
if cmp() is called in the code.
� )�unicode_literals)�
fixer_base)�touch_import_topz
name='cmp'c @ s&