Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
libfuturize
/
fixes
/
File Content:
fix_object.pyc
� �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<