Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
s3
/
File Content:
keyfile.pyc
� �Wc @ s9 d Z d d l Z d d l m Z d d d � � YZ d S( s� Wrapper class to expose a Key being read via a partial implementaiton of the Python file interface. The only functions supported are those needed for seeking in a Key open for reading. i����N( t StorageResponseErrort KeyFilec B s� e Z d � Z d � Z e j d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( c C se | | _ | j j � d | _ t | _ d | _ d | _ d | _ d | _ d | _ | j | _ d S( Ni i����t rs Undefined in KeyFile( t keyt open_readt locationt Falset closedt softspacet modet encodingt errorst newlinest name( t selfR ( ( s3 /usr/lib/python2.7/site-packages/boto/s3/keyfile.pyt __init__"