File: //usr/local/lib/python3.9/site-packages/libfuturize/fixes/__pycache__/fix_object.cpython-39.pyc
a
��?h� � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )zf
Fixer that adds ``from builtins import object`` if there is a line
like this:
class Foo(object):
� )�
fixer_base��touch_import_topc @ s e Zd ZdZdd� ZdS )� FixObjectz<classdef< 'class' NAME '(' name='object' ')' colon=':' any >c C s t dd|� d S )N�builtins�objectr )�self�node�results� r �F/usr/local/lib/python3.9/site-packages/libfuturize/fixes/fix_object.py� transform s zFixObject.transformN)�__name__�
__module__�__qualname__ZPATTERNr
r r r r r s r N)�__doc__Zlib2to3r Zlibfuturize.fixer_utilr ZBaseFixr r r r r �<module> s