%PDF- %PDF-
| Direktori : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/ |
| Current File : //proc/self/root/opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/fix_object.pyo |
�
�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<