-í
ë¶<c       sm   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 „  Z d S(	   s5   Python 'undefined' Codec

    This codec will always raise a ValueError exception when being
    used. It is intended for use by the site.py file to switch off
    automatic string to Unicode coercion.

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

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

Ns   Codecc      s    t  Z d d „ Z d d „ Z RS(   Ns   strictc    s   t  d ‚ d  S(   Ns   undefined encoding(   s   UnicodeError(   s   selfs   inputs   errors(    (    s)   /usr/lib/python2.2/encodings/undefined.pys   encode s    c    s   t  d ‚ d  S(   Ns   undefined encoding(   s   UnicodeError(   s   selfs   inputs   errors(    (    s)   /usr/lib/python2.2/encodings/undefined.pys   decode s    (   s   __name__s
   __module__s   encodes   decode(    (    (    s)   /usr/lib/python2.2/encodings/undefined.pys   Codec s   s   StreamWriterc      s   t  Z RS(   N(   s   __name__s
   __module__(    (    (    s)   /usr/lib/python2.2/encodings/undefined.pys   StreamWriter s   s   StreamReaderc      s   t  Z RS(   N(   s   __name__s
   __module__(    (    (    s)   /usr/lib/python2.2/encodings/undefined.pys   StreamReader s   c      s    t  ƒ  i t  ƒ  i t t f Sd  S(   N(   s   Codecs   encodes   decodes   StreamReaders   StreamWriter(    (    (    s)   /usr/lib/python2.2/encodings/undefined.pys   getregentry  s    (   s   __doc__s   codecss   Codecs   StreamWriters   StreamReaders   getregentry(   s   getregentrys   StreamWriters   Codecs   StreamReaders   codecs(    (    s)   /usr/lib/python2.2/encodings/undefined.pys   ? s
   	