ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ C      

!"$"$ÿÛ C  ÿÂ p " ÿÄ              ÿÄ             ÿÚ    ÕÔË®
(%	aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥	BQ¤¢ X«)X…€¤   @  

  ..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
;;Wgc           @   s   d  Z  d d l m Z e d d d [ d d l m Z d d l m Z d d l m Z	 d d	 l m
 Z d d
 l m Z d d l m Z d S(   s   Create new objects of various types.  Deprecated.

This module is no longer required except for backward compatibility.
Objects of most types can now be created by calling the type object.
i(   t   warnpy3ksP   The 'new' module has been removed in Python 3.0; use the 'types' module instead.t
   stackleveli   (   t	   ClassType(   t   FunctionType(   t   InstanceType(   t
   MethodType(   t
   ModuleType(   t   CodeTypeN(   t   __doc__t   warningsR    t   typesR   t   classobjR   t   functionR   t   instanceR   t   instancemethodR   t   moduleR   t   code(    (    (    s   /usr/lib/python2.7/new.pyt   <module>   s   	