�
�A�[c           @   sC   d  Z  d d l m Z d d l m Z d e j f d �  �  YZ d S(   sf   
Fixer that adds ``from builtins import object`` if there is a line
like this:
    class Foo(object):
i����(   t
   fixer_base(   t   touch_import_topt	   FixObjectc           B   s   e  Z d  Z d �  Z RS(   u<