mς
­fIc           @   s   d  Z  d k Z d e i f d     YZ d e e i f d     YZ d e e i f d     YZ d e e f d	     YZ d
   Z d S(   s    Python 'ascii' Codec


Written by Marc-Andre Lemburg (mal@lemburg.com).

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

Nt   Codecc           B   s   t  Z e i Z e i Z RS(   N(   t   __name__t
   __module__t   codecst   ascii_encodet   encodet   ascii_decodet   decode(    (    (    t,   /mit/python/lib/python2.4/encodings/ascii.pyR       s   	t   StreamWriterc           B   s   t  Z RS(   N(   R   R   (    (    (    R   R	      s   t   StreamReaderc           B   s   t  Z RS(   N(   R   R   (    (    (    R   R
      s   t   StreamConverterc           B   s   t  Z e i Z e i Z RS(   N(   R   R   R   R   R   R   R   (    (    (    R   R      s   	c           C   s   t  i t  i t t f S(   N(   R    R   R   R
   R	   (    (    (    R   t   getregentry!   s    (   t   __doc__R   R    R	   R
   R   R   (   R	   R   R    R   R   R
   (    (    R   t   ?   s   	